diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 4b23b61..1d368bd 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -9,7 +9,7 @@ export const zhNavbar = defineNavbarConfig([ icon: 'icon-park-outline:document-folder', items: [ { text: '开始', link: '/docs/get-start/' }, - + { text: '社区', link: '/docs/community/' }, ] }, { @@ -19,6 +19,7 @@ export const zhNavbar = defineNavbarConfig([ { text: '皮肤站', link: 'https://skin.ineko.cc' }, { text: '论坛', link: 'https://bbs.mc.ineko.cc' }, { text: '联合封禁系统', link: 'https://uni-ban.mc.ineko.cc' } + { text: '服务器状态', link: 'https://stat.mc.ineko.cc' } ] }, ]) @@ -31,6 +32,7 @@ export const enNavbar = defineNavbarConfig([ items: [ { text: 'BBS', link: 'https://bbs.mc.ineko.cc' }, { text: 'Union Ban System', link: 'https://uni-ban.mc.ineko.cc' } + { text: 'Server Stats', link: 'https://stat.mc.ineko.cc' } ] }, ]) diff --git a/docs/docs/get-start.md b/docs/docs/get-start.md index e8b0588..645e1a2 100644 --- a/docs/docs/get-start.md +++ b/docs/docs/get-start.md @@ -10,4 +10,4 @@ permalink: /docs/get-start/ **PS.如果你不知道什么是正版,请选择“我没有购买正版”的选项** -PPS.为确保服务器安全,降低熊孩子生成的概率,RainCraft已**不支持**离线登录。如有需要可使用外置登录。 \ No newline at end of file +PPS.为确保服务器安全,降低熊孩子生成的概率,RainCraft已**不支持**离线登录。如有需要可使用外置登录。 diff --git a/docs/docs/offline-users.md b/docs/docs/offline-users.md index d09f291..ceb7cba 100644 --- a/docs/docs/offline-users.md +++ b/docs/docs/offline-users.md @@ -39,4 +39,6 @@ RainCraft 使用的是 Yggdrasil 验证鉴权服务,通过[**皮肤站**](http ::: +--- + diff --git a/docs/docs/online-users.md b/docs/docs/online-users.md new file mode 100644 index 0000000..3379352 --- /dev/null +++ b/docs/docs/online-users.md @@ -0,0 +1,15 @@ +--- +title: 正版玩家 +createTime: 2024/11/14 21:40:49 +permalink: /docs/online-users/ +--- + +### **好耶,正版玩家可以直接加入我们!** + +::: tip 小提示 +RainCraft 兼容了多种登录方式,如果你使用了其中一种,则同一ID在另一种登陆方式下将无法登录本服 +::: + +--- + + \ No newline at end of file