From 76cd6a56336e3882907b88e26871a0f33e692078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=BF=83?= Date: Sat, 28 Oct 2023 12:09:16 +0800 Subject: [PATCH] fix: OpenShamrock --- README.md | 4 ++-- docs/.vuepress/config.ts | 4 ++-- docs/.vuepress/config/navbar.ts | 2 +- docs/.vuepress/config/theme.ts | 4 ++-- docs/advanced/voice.md | 2 +- docs/group.md | 14 -------------- docs/guide/getting-started.md | 4 ++-- 7 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 docs/group.md diff --git a/README.md b/README.md index 45f8376..fb8a0e7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ### 克隆项目 ```bash -git clone -b docs https://github.com/linxinrao/Shamrock # 注意指定docs分支 +git clone -b docs https://github.com/whitechi73/OpenShamrock # 注意指定docs分支 ``` ### 安装依赖 @@ -74,4 +74,4 @@ along with this program. If not, see . [recommend-extensions]: .vscode/extensions.json [pnpm]: https://pnpm.io/ [contrib-image]: https://contrib.rocks/image?repo=whitechi73/OpenShamrock -[contrib-link]: https://github.com/linxinrao/Shamrock/graphs/contributors +[contrib-link]: https://github.com/whitechi73/OpenShamrock/graphs/contributors diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 1a9a751..73b5f49 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -3,8 +3,8 @@ import { searchProPlugin } from 'vuepress-plugin-search-pro' import theme from './config/theme' export default defineUserConfig({ - base: '/Shamrock/', - title: 'Shamrock', + base: '/OpenShamrock/', + title: 'OpenShamrock', lang: 'zh-CN', port: 1421, head: [ diff --git a/docs/.vuepress/config/navbar.ts b/docs/.vuepress/config/navbar.ts index 6678a01..eef7887 100644 --- a/docs/.vuepress/config/navbar.ts +++ b/docs/.vuepress/config/navbar.ts @@ -1,5 +1,5 @@ import { navbar } from 'vuepress-theme-hope' -const shamrockNavbar = navbar(['/guide', '/advanced', '/api', '/message', '/event', '/group.md']) +const shamrockNavbar = navbar(['/guide', '/advanced', '/api', '/message', '/event']) export { shamrockNavbar } diff --git a/docs/.vuepress/config/theme.ts b/docs/.vuepress/config/theme.ts index 72215dc..3431de1 100644 --- a/docs/.vuepress/config/theme.ts +++ b/docs/.vuepress/config/theme.ts @@ -6,8 +6,8 @@ export default hopeTheme({ favicon: '/shamrock.webp', logo: '/shamrock.webp', iconAssets: 'fontawesome-with-brands', - repo: 'linxinrao/Shamrock', - docsRepo: 'linxinrao/Shamrock', + repo: 'whitechi73/OpenShamrock', + docsRepo: 'whitechi73/OpenShamrock', docsBranch: 'docs', docsDir: 'docs', plugins: { diff --git a/docs/advanced/voice.md b/docs/advanced/voice.md index b2daf7e..d70eded 100644 --- a/docs/advanced/voice.md +++ b/docs/advanced/voice.md @@ -10,7 +10,7 @@ Shamrock 的语音解码器已经模块化,你可以自行选择安装。 为了完整支持语音消息,你需要安装 SILK 语音引擎。 -- 下载 [AudioLibrary](https://github.com/linxinrao/Shamrock/blob/master/AudioLibrary.zip) 语音支持库 +- 下载 [AudioLibrary](https://github.com/whitechi73/OpenShamrock/blob/master/AudioLibrary.zip) 语音支持库 - 将全部文件解压到 `Shamrock 主目录` 下的 `lib` 文件夹中 关于 `Shamrock 主目录`,请参考 [目录定义](../guide/configuration.md#目录定义)。 diff --git a/docs/group.md b/docs/group.md deleted file mode 100644 index ee4d1ba..0000000 --- a/docs/group.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: 交流群 -icon: fa-brands fa-qq ---- - -## QQ 群 - -### 如果你是二次元,请加入以下群 - -- [758533243](https://qm.qq.com/q/LlHABKWhu4) - -### 如果你是正常人,请加入以下群 - -- [333425831](https://qm.qq.com/q/vYswHRoBGg) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index c8e4977..465447a 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -17,11 +17,11 @@ Shamrock 仍然处于快速开发阶段,可能会有大量API在未来版本 ### 稳定版本 -- 要下载 Shamrock 的稳定版本,请访问 [GitHub Releases](https://github.com/linxinrao/Shamrock/releases) +- 要下载 Shamrock 的稳定版本,请访问 [GitHub Releases](https://github.com/whitechi73/OpenShamrock/releases) ### 开发版本 -- 要下载 Shamrock 的开发版本(推荐),请访问 [GitHub Actions](https://github.com/linxinrao/Shamrock/actions/workflows/build-apk.yml) +- 要下载 Shamrock 的开发版本(推荐),请访问 [GitHub Actions](https://github.com/whitechi73/OpenShamrock/actions/workflows/build-apk.yml) ## 部署