mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-14 13:47:24 +08:00
📝 docs: add egg
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m14s
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m14s
This commit is contained in:
parent
d95614e960
commit
d2be2acc95
@ -109,7 +109,20 @@ onBeforeRouteUpdate(() => {
|
|||||||
updateRefData();
|
updateRefData();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
" _ _ _ _ _ ____ _ \n" +
|
||||||
|
" | | (_) | | | (_) _ \\ | | \n" +
|
||||||
|
" | | _| |_ ___ _ _ _ _| | ___| |_) | ___ | |_ \n" +
|
||||||
|
" | | | | __/ _ \\ | | | | | | |/ / | _ < / _ \\| __|\n" +
|
||||||
|
" | |____| | || __/ |_| | |_| | <| | |_) | (_) | |_ \n" +
|
||||||
|
" |______|_|\\__\\___|\\__, |\\__,_|_|\\_\\_|____/ \\___/ \\__|\n" +
|
||||||
|
" __/ | \n" +
|
||||||
|
" |___/ "
|
||||||
|
)
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
getTextRef('easterEgg')
|
||||||
|
)
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ const i18nData = {
|
|||||||
liteyukiOnly: 'Liteyuki Only',
|
liteyukiOnly: 'Liteyuki Only',
|
||||||
search: 'Search',
|
search: 'Search',
|
||||||
resourceStore: 'Resources Store',
|
resourceStore: 'Resources Store',
|
||||||
|
|
||||||
thx_contributors: 'Thanks the following contributors!',
|
thx_contributors: 'Thanks the following contributors!',
|
||||||
|
easterEgg: 'Congratulations on finding the Easter egg!',
|
||||||
},
|
},
|
||||||
zh: {
|
zh: {
|
||||||
stats: '统计信息',
|
stats: '统计信息',
|
||||||
@ -45,8 +45,8 @@ const i18nData = {
|
|||||||
liteyukiOnly: '仅轻雪',
|
liteyukiOnly: '仅轻雪',
|
||||||
search: '搜索',
|
search: '搜索',
|
||||||
resourceStore: '资源商店',
|
resourceStore: '资源商店',
|
||||||
|
|
||||||
thx_contributors: '感谢以下贡献者!',
|
thx_contributors: '感谢以下贡献者!',
|
||||||
|
easterEgg: '恭喜你发现了彩蛋!',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user