feat:添加了神秘合成下界之星小彩蛋
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
This commit is contained in:
BIN
apps/app-frontend/src/assets/stars/blue.png
Normal file
BIN
apps/app-frontend/src/assets/stars/blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 918 KiB |
BIN
apps/app-frontend/src/assets/stars/green.png
Normal file
BIN
apps/app-frontend/src/assets/stars/green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 890 KiB |
BIN
apps/app-frontend/src/assets/stars/pink.png
Normal file
BIN
apps/app-frontend/src/assets/stars/pink.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 962 KiB |
BIN
apps/app-frontend/src/assets/stars/red.png
Normal file
BIN
apps/app-frontend/src/assets/stars/red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1000 KiB |
BIN
apps/app-frontend/src/assets/stars/super.png
Normal file
BIN
apps/app-frontend/src/assets/stars/super.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 696 KiB |
BIN
apps/app-frontend/src/assets/stars/yellow.png
Normal file
BIN
apps/app-frontend/src/assets/stars/yellow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ const gameModal = ref<InstanceType<typeof EasterEggGameModal> | null>(null)
|
||||
const contributorsModal = ref<InstanceType<typeof EasterEggContributorsModal> | null>(null)
|
||||
|
||||
let typedBuffer = ''
|
||||
const secretCodes = ['cyf112233', 'cxkcxkckx']
|
||||
const secretCodes = ['starlight']
|
||||
|
||||
const konamiSequence = [
|
||||
'ArrowUp',
|
||||
|
||||
@ -9,7 +9,7 @@ export type AboutMemberExperience = {
|
||||
}
|
||||
|
||||
// 长按「关于」页成员名字触发的彩蛋体验。
|
||||
// 原 'axolotl-merge' 彩蛋已移除,改为通用占位组件 AboutEasterEgg.vue。
|
||||
// 下界之星合成彩蛋(AboutEasterEgg.vue),由长按成员名 / 暗号 / Konami 秘技触发。
|
||||
// 若要为特定成员挂载自定义彩蛋,在这里新增条目即可。
|
||||
const memberExperiences: Record<string, AboutMemberExperience> = {
|
||||
'easter-egg': {
|
||||
|
||||
Reference in New Issue
Block a user