1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-22 19:24:51 +08:00

[PR] Refactor easter egg into data repo (#274)

Feature requested by @Twinsherry
This commit is contained in:
Elihuso Quigley 2024-10-26 10:58:41 +08:00 committed by GitHub
commit 8a8b658c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 126 additions and 0 deletions

125
data/eggs.json Normal file
View File

@ -0,0 +1,125 @@
[
{
"type": "open",
"userid": ["MeowBot233"],
"id": "isSeenMeowBot233",
"toast": {
"title": "找到了喵~",
"text": "诶? 找什么喵? ",
"img": "https://data.one-among.us/img/cat-face-emoji-2048x1828.png",
"width": 64,
"height": 57
}
},
{
"type": "open",
"userid": ["Anilovr", "noname3031", "dogesir_"],
"id": "Betelgeuse",
"toast": {
"title": "参宿四 ~Betelgeuse~",
"text": "R.I.P. - Be resilient -",
"img": "https://data.one-among.us/img/betelgeuse.png",
"background": "url(https://data.one-among.us/img/stardust.jpg)",
"width": 64,
"height": 64,
"color": "#f0f8ff"
}
},
{
"type": "open",
"userid": ["xuewulihuameng", "Futajuhuacha", "Xu_Yushu", "Dethelly"],
"id": "ChongQing",
"toast": {
"title": "嘉陵雾稠",
"text": "雾终将散去, 而我们终将看到彩虹",
"img": "https://data.one-among.us/img/bridge.png",
"background": "url(https://data.one-among.us/img/fog.jpg)",
"width": 64,
"height": 47
}
},
{
"type": "open",
"userid": ["zhangyubaka", "Uekawakuyuurei", "MizuharaNagisa"],
"id": "Boat",
"toast": {
"title": "海色",
"text": "拔锚起航, 跨越闪耀泪光的海岸",
"img": "https://data.one-among.us/img/ship.png",
"background": "#0b2058ff",
"width": 64,
"height": 64,
"color": "#f0f8feff"
}
},
{
"type": "tag",
"userid": ["zhangyubaka"],
"tag": "summary",
"id": "detailsByYumao",
"toast": {
"title": "往昔苦难",
"text": "因为妳而存在, 因为妳而不在, 要在啊......",
"img": "https://data.one-among.us/img/lifeline.png",
"background": "#EEEEEE88",
"width": 64,
"height": 64
}
},
{
"type": "tag",
"userid": ["mikaela_khara"],
"tag": "summary",
"id": "mikaela_khara_ferris",
"toast": {
"title": "永乐桥上的风景",
"text": "连绵不断的河流,像生命本身一样无法回头……",
"img": "https://data.one-among.us/img/ferris-wheel.png",
"width": 64,
"height": 64
}
},
{
"type": "wait",
"userid": ["shihai4h"],
"wait": 20000,
"id": "funeralFlowers",
"toast": {
"title": "葬花",
"text": "花谢花飞花满天, 红消香断有谁怜? ",
"img": "https://data.one-among.us/img/tumb.png",
"background": "url(https://data.one-among.us/img/flower.png)",
"width": 64,
"height": 64
}
},
{
"type": "keyword",
"userid": [
"SevenBird",
"Considerate_cat",
"tttsuuukikoo_",
"hakureico",
"xixi_yuexi",
"Jennife80677612"
],
"id": "rhythm",
"keyword": [
"音游",
"音遊",
"Arc",
"舞萌",
"maimaiDX",
"OSU",
"ptt",
"Project Sekai"
],
"toast": {
"title": "希望有个 All Perfect 的结局",
"text": " ~ All that I'm left with is your reminiscences ~ ",
"img": "https://data.one-among.us/img/musical-score.png",
"width": 64,
"height": 64
}
}
]

BIN
public/img/betelgeuse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
public/img/bridge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/img/cake.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
public/img/clip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/img/easterEgg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
public/img/ferris-wheel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
public/img/flowers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
public/img/fog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/img/lifeline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
public/img/ship.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
public/img/stardust.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
public/img/tumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -184,6 +184,7 @@ function copyPeopleAssets() {
// Copy files `public` to dist. // Copy files `public` to dist.
function copyPublic() { function copyPublic() {
fs.copySync(path.join(projectRoot, PUBLIC_DIR), path.join(projectRoot, DIST_DIR)); fs.copySync(path.join(projectRoot, PUBLIC_DIR), path.join(projectRoot, DIST_DIR));
fs.copySync(path.join(projectRoot, DATA_DIR, 'eggs.json'), path.join(projectRoot, DIST_DIR, 'eggs.json'));
fs.writeFileSync(path.join(DIST_DIR, 'trigger-list.json'), JSON.stringify(trigger as string[])); fs.writeFileSync(path.join(DIST_DIR, 'trigger-list.json'), JSON.stringify(trigger as string[]));
fs.writeFileSync(path.join(DIST_DIR, 'switch-pair.json'), JSON.stringify(switchPair as [string, string][])) fs.writeFileSync(path.join(DIST_DIR, 'switch-pair.json'), JSON.stringify(switchPair as [string, string][]))
} }