diff --git a/package.json b/package.json index 66ed5eb..3e13eba 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.14", + "@vuepress/plugin-comment": "2.0.0-rc.37", + "@vuepress/plugin-notice": "2.0.0-rc.37", + "@vuepress/plugin-photo-swipe": "2.0.0-rc.37", "vue": "^3.4.27", "vuepress": "2.0.0-rc.14", "vuepress-theme-hope": "2.0.0-rc.50" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7515173..34fd6f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,15 @@ importers: '@vuepress/bundler-vite': specifier: 2.0.0-rc.14 version: 2.0.0-rc.14(@types/node@20.14.10)(sass@1.77.6) + '@vuepress/plugin-comment': + specifier: 2.0.0-rc.37 + version: 2.0.0-rc.37(vuepress@2.0.0-rc.14(@vuepress/bundler-vite@2.0.0-rc.14(@types/node@20.14.10)(sass@1.77.6))(vue@3.4.31)) + '@vuepress/plugin-notice': + specifier: 2.0.0-rc.37 + version: 2.0.0-rc.37(vuepress@2.0.0-rc.14(@vuepress/bundler-vite@2.0.0-rc.14(@types/node@20.14.10)(sass@1.77.6))(vue@3.4.31)) + '@vuepress/plugin-photo-swipe': + specifier: 2.0.0-rc.37 + version: 2.0.0-rc.37(vuepress@2.0.0-rc.14(@vuepress/bundler-vite@2.0.0-rc.14(@types/node@20.14.10)(sass@1.77.6))(vue@3.4.31)) vue: specifier: ^3.4.27 version: 3.4.31 diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index e845506..5d51816 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -10,7 +10,6 @@ export default defineUserConfig({ description: "LittleSheep Minecraft Wiki", head: [ - // 字体导入相应链接 [ "link", @@ -23,7 +22,4 @@ export default defineUserConfig({ ], theme, - - // 和 PWA 一起启用 - // shouldPrefetch: false, }); diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index ee8b4fe..45c2323 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -6,6 +6,6 @@ export default navbar([ { text: "官方QQ群", icon: "fab fa-qq", - link: "https://b.d4t.cn/QgZNSn", + link: "https://qm.qq.com/q/zskxK4cXa8", }, ]); diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 31fcea8..8811ded 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -4,7 +4,7 @@ import navbar from "./navbar.js"; import sidebar from "./sidebar.js"; export default hopeTheme({ - hostname: "https://vuepress-theme-hope-docs-demo.netlify.app", + hostname: "https://wiki.tcbmc.cc", author: { name: "LittleSheep Minecraft Team", @@ -15,7 +15,7 @@ export default hopeTheme({ logo: "https://i1.mcobj.com/imgb/u15prb/20240708_668bbc15a046d.webp", - repo: "vuepress-theme-hope/vuepress-theme-hope", + repo: "LMS-Work/Wiki-Docs", docsDir: "src", @@ -26,30 +26,22 @@ export default hopeTheme({ sidebar, // 页脚 - footer: "默认页脚", + footer: '使用 VuePress Theme Hope 主题', displayFooter: true, // 多语言配置 metaLocales: { - editLink: "在 GitHub 上编辑此页", + editLink: "有想法和建议? 在 GitHub 上编辑此页", }, - - // 如果想要实时查看任何改变,启用它。注: 这对更新性能有很大负面影响 - // hotReload: true, - + // 在这里配置主题提供的插件 plugins: { - // 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务 comment: { provider: "Giscus", - repo: "vuepress-theme-hope/giscus-discussions", - repoId: "R_kgDOG_Pt2A", - category: "Announcements", - categoryId: "DIC_kwDOG_Pt2M4COD69", - }, - - components: { - components: ["Badge", "VPCard"], + repo: "LMS-Work/Wiki-Comment", + repoId: "R_kgDOMTeI7Q", + category: "Q&A", + categoryId: "DIC_kwDOMTeI7c4CgpOB", }, mdEnhance: { @@ -82,101 +74,6 @@ export default hopeTheme({ tabs: true, tasklist: true, vPre: true, - - // 在启用之前安装 chart.js - // chart: true, - - // insert component easily - - // 在启用之前安装 echarts - // echarts: true, - - // 在启用之前安装 flowchart.ts - // flowchart: true, - - // gfm requires mathjax-full to provide tex support - // gfm: true, - - // 在启用之前安装 katex - // katex: true, - - // 在启用之前安装 mathjax-full - // mathjax: true, - - // 在启用之前安装 mermaid - // mermaid: true, - - // playground: { - // presets: ["ts", "vue"], - // }, - - // 在启用之前安装 reveal.js - // revealJs: { - // plugins: ["highlight", "math", "search", "notes", "zoom"], - // }, - - // 在启用之前安装 @vue/repl - // vuePlayground: true, - - // install sandpack-vue3 before enabling it - // sandpack: true, }, - - // 如果你需要 PWA。安装 @vuepress/plugin-pwa 并取消下方注释 - // pwa: { - // favicon: "/favicon.ico", - // cacheHTML: true, - // cacheImage: true, - // appendBase: true, - // apple: { - // icon: "/assets/icon/apple-icon-152.png", - // statusBarColor: "black", - // }, - // msTile: { - // image: "/assets/icon/ms-icon-144.png", - // color: "#ffffff", - // }, - // manifest: { - // icons: [ - // { - // src: "/assets/icon/chrome-mask-512.png", - // sizes: "512x512", - // purpose: "maskable", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-mask-192.png", - // sizes: "192x192", - // purpose: "maskable", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-512.png", - // sizes: "512x512", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-192.png", - // sizes: "192x192", - // type: "image/png", - // }, - // ], - // shortcuts: [ - // { - // name: "Demo", - // short_name: "Demo", - // url: "/demo/", - // icons: [ - // { - // src: "/assets/icon/guide-maskable.png", - // sizes: "192x192", - // purpose: "maskable", - // type: "image/png", - // }, - // ], - // }, - // ], - // }, - // }, }, }); diff --git a/src/help/README.md b/src/help/README.md index 3c26262..cb6105a 100644 --- a/src/help/README.md +++ b/src/help/README.md @@ -11,24 +11,24 @@ category: # 使用教程 -## **本章描述** +## **描述** 从此文档,你可以学会如何进入服务器,进行基础操作,上传,指令玩法等等 ## **目录** -- [x] **第一**:基础使用教程 +- [x] **第一**:如何进入服务器 - [x] **第二**:服务器玩法&命令介绍 - [x] **第三**:客户端配置 -## **论坛** +## **反馈** -一般问题请到 [讨论论坛](https://bbs.tcbmc.cc) ,**按照规范发帖** -或者到 [QQ群](https://bbs.tcbmc.cc) 反馈。 +一般问题请到 [讨论论坛](https://forum.tcbmc.cc) ,**按照规范发帖** +或者到 [官方QQ群](https://qm.qq.com/q/zskxK4cXa8) 反馈。 ## **赞助** -- 有这玩意? +- 进官方QQ群或者使用 [爱发电](https://afdian.net/a/YangXiaoMian) 捐赠 ## **许可** diff --git a/src/help/game/README.md b/src/help/game/README.md index 7ec87f0..d2e48d2 100644 --- a/src/help/game/README.md +++ b/src/help/game/README.md @@ -9,34 +9,4 @@ tag: order: 2 --- -# 服务器玩法&命令介绍 - -## **本章描述** - -从此文档,你可以学会服务器的指令,和细节玩法 - -## **普通目录** - -- [x] **钓鱼** -- [x] **地标** -- [x] **季节** -- [x] **抱起物品(生物)** -- [x] **坐下/躺下** -- [x] **彩票** -- [x] **喷漆** -- [x] **烟花** -- [x] **市场** -- [x] **设置中文名** -- [x] **签到** - -## **服务器机制目录** -- [x] **附魔** -- [x] **死亡惩罚** -- [x] **在线奖励** - -## **建筑组指令目录** -- [x] **创世神** -- [x] **火车** -- [x] **家具** -- [x] **头颅** -- [x] **图片上传** \ No newline at end of file +# 服务器玩法&命令介绍 \ No newline at end of file diff --git a/src/help/join/1.md b/src/help/join/1.md index 960bb7c..57d2a75 100644 --- a/src/help/join/1.md +++ b/src/help/join/1.md @@ -19,8 +19,6 @@ tag: sticky: true # 此页面会出现在文章收藏中 star: true -# 你可以自定义页脚 -#footer: 这是测试显示的页脚 --- :::tip @@ -37,8 +35,8 @@ star: true ## 2.确认您的网络环境 -- 地区是否有SNI阻断 - 家中是否有网站控制这类程序 +- 是否能正常访问 [皮肤站](https://tcbmc.miaomc.com/) -**如果没有可以直接下一步** +**如果能正常访问可以直接下一步** diff --git a/src/help/join/4.md b/src/help/join/4.md index ab08d35..3fd9d1d 100644 --- a/src/help/join/4.md +++ b/src/help/join/4.md @@ -24,30 +24,37 @@ star: true --- ### ***一、下载启动器和Java17*** :::warning - v30.one在部分地区可能被SNI阻断了,推荐下载群里的版本 - ::: + +:::tip **最新版本下载:** -https://v30.one/d/%E5%AF%B9%E5%A4%96/%E9%98%BF%E9%87%8C%E7%BD%91%E7%9B%98/Minecraft/start/Java-1.20.1-Ver0.3.0.zip +当前版本:[1.3.1](https://v30.one/d/%E5%AF%B9%E5%A4%96/%E9%98%BF%E9%87%8C%E7%BD%91%E7%9B%98/Minecraft/start/Java-1.20.1-Ver0.3.0.zip) -**Windows Java17 x64位下载:** -https://v30.one/d/%E5%AF%B9%E5%A4%96/%E9%98%BF%E9%87%8C%E7%BD%91%E7%9B%98/Minecraft/java/microsoft-jdk-17.0.8-windows-x64.msi +**Windows Java21 x64位下载:** +[Java21](https://d6.injdk.cn/openjdk/zulu/21/zulu21.30.15-ca-jdk21.0.1-win_x64.msi) -### ***二、安装Java,并解压启动器压缩包*** +**启动器:** +[PCL](image.png) / [HMCL](image.png) +::: + +### ***二、安装Java和安装启动器*** Java直接安装即可 -启动器需解压为如下样子: +:::tip +推荐使用PCL2启动器 +::: -![启动器解压完成图](https://m1.miaomc.cn/uploads/20230923_650ecf121fd7a.png) +### ***三、运行PCL或者HMCL,进入如下界面*** +![](https://image.cdn.cn-zj.littlesheep.cc/storages/2024/07/08/668bd767b2b48.png) -### ***三、运行点击启动.exe,进入如下界面*** +### ***四、直接拖拽整合包到启动器的页面*** ![](https://m1.miaomc.cn/uploads/20230923_650ecfb367e51.png) -### ***四、然后在邮箱密码处输入你在皮肤站的账邮箱密码*** +### ***五、然后在邮箱密码处输入你在皮肤站的账邮箱密码*** ![](https://m1.miaomc.cn/uploads/20230923_650ed06052e62.png) -### ***五、然后点击启动游戏,直到已启动游戏出现,就是成功*** +### ***六、然后点击启动游戏,直到已启动游戏出现,就是成功*** ![](https://m1.miaomc.cn/uploads/20230923_650ed0a61e99a.png) ### ***如果一切顺利,就将像下图一样进入服务器*** @@ -55,3 +62,4 @@ Java直接安装即可 ### ***如果出现无法连接至服务器,请看下一章*** +### ***正版用户直接点击正版进行连接*** \ No newline at end of file diff --git a/src/help/join/README.md b/src/help/join/README.md index 850b6e1..52679a1 100644 --- a/src/help/join/README.md +++ b/src/help/join/README.md @@ -1,5 +1,5 @@ --- -title: 1.基础使用教程 +title: 1.如何进入服务器 index: false icon: fa-solid fa-lightbulb category: @@ -7,30 +7,4 @@ category: order: 1 --- -# 使用教程 - -## **本章描述** - -从此文档,你可以学会如何进入服务器,进行基础操作,上传等 - -## **目录** - -- [x] **第一步**:如何进入服务器 -- [x] **第二步**:如何注册皮肤站 -- [x] **第三步**:选择你喜欢的皮肤并创建账号 -- [x] **第四步**:在启动器里登录账号 -- [x] **第五步**:设置游戏光影 -- [x] **第六步**:进入服务器 - -## **论坛** - -一般问题请到 [讨论论坛](https://bbs.tcbmc.cc) ,**按照规范发帖** -或者到 [QQ群](https://bbs.tcbmc.cc) 反馈。 - -## **赞助** - -- 有这玩意? - -## **许可** - -`LMS Wiki` 是在 MIT 许可下许可的开源网站。 \ No newline at end of file +# 使用教程 \ No newline at end of file diff --git a/src/help/join/image.png b/src/help/join/image.png new file mode 100644 index 0000000..b517b4f Binary files /dev/null and b/src/help/join/image.png differ diff --git a/src/help/setting/README.md b/src/help/setting/README.md index c23f5a2..b847fd5 100644 --- a/src/help/setting/README.md +++ b/src/help/setting/README.md @@ -7,6 +7,4 @@ category: order: 1 --- -# 客户端配置 - -## **本章描述** \ No newline at end of file +# 客户端配置 \ No newline at end of file