From df6bee694990bcc14360fa9da5946de30ec9104e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DL=E8=8B=A5=E5=BD=B1?= <1843370860@qq.com> Date: Tue, 3 Sep 2024 10:04:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85base?= =?UTF-8?q?=E5=B0=9D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/about/index.md | 7 +++++-- docs/features/index.md | 2 +- docs/index.md | 4 ++-- vite.config.js | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/about/index.md b/docs/about/index.md index bb2dfff..a8c1335 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -30,11 +30,14 @@ 如果您在使用过程中有任何问题、建议或想法,欢迎提Issue交流。 -Issue:[点击跳转](https://github.com/syhy0612/lrsNotes/issues) +Issue:[github](https://github.com/syhy0612/lrsNotes/issues) / [gitee](https://gitee.com/syhy0612/lrsNotes/issues) Email:syhy0612@163.com -> Tip:也可以发邮箱留下联系方式交流。 +::: tip Tips: + +- 也可以发邮箱留下联系方式交流。 + ::: 感谢您对这个小项目的关注,祝您游戏愉快! diff --git a/docs/features/index.md b/docs/features/index.md index 8edb81b..e85d146 100644 --- a/docs/features/index.md +++ b/docs/features/index.md @@ -98,7 +98,7 @@ ### 使用方法 -点击`导出信息`按钮,点击`复制到剪贴板`,即可复制信息保存或分析。 +点击`导出信息`按钮,点击`复制到剪贴板`,即可复制信息保存或分享。 ::: tip Tips: diff --git a/docs/index.md b/docs/index.md index 98c21c9..26c6096 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,14 +4,14 @@ layout: home hero: name: "狼人杀在线笔记" text: "专为狼人杀玩家设计" - tagline: 方便玩家记录发言信息并导出,提高游戏体验 + tagline: 方便玩家记录发言信息,提高游戏体验 image: src: /logo.svg alt: 狼人杀在线笔记 actions: - theme: brand text: 开始使用 - link: 'http://lrsnotes.cc/board' + link: 'https://lrsnotes.cc/board' - theme: alt text: 功能介绍 link: /features/ diff --git a/vite.config.js b/vite.config.js index 9592791..a04bc97 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default defineConfig({ host: '0.0.0.0', port: 8080, }, - base: '/', + base: '/board/', plugins: [ vue(), AutoImport({