From bda0f155fdd92a56bfe9df305155c6558f1a3b3d Mon Sep 17 00:00:00 2001 From: KYLN24 <1296845690@qq.com> Date: Thu, 21 Mar 2024 18:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 4 +- .vitepress/nav.js | 2 +- src/components/PageContainer.vue | 6 +-- src/department/dev.md | 7 ---- src/department/exec.md | 7 ---- src/department/op.md | 7 ---- src/department/pr.md | 7 ---- src/doc.md | 26 +++++++----- src/doc/app-privacy.md | 9 +++- src/doc/app-terms-and-condition.md | 16 ++++++- src/index.md | 8 ++-- src/project/danke.md | 8 +++- src/public/assets/logo.svg | 26 ++++++++++++ src/views/IndexView.vue | 56 ++++++++++++++----------- src/views/ProjectAppView.vue | 9 ++-- src/views/ProjectView.vue | 67 +++++++++++++++--------------- 16 files changed, 148 insertions(+), 117 deletions(-) delete mode 100644 src/department/dev.md delete mode 100644 src/department/exec.md delete mode 100644 src/department/op.md delete mode 100644 src/department/pr.md create mode 100644 src/public/assets/logo.svg diff --git a/.vitepress/config.js b/.vitepress/config.js index dbb56ec..d39a324 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -13,8 +13,8 @@ export default defineConfig({ cleanUrls: 'with-subfolders', outlineTitle: 'DANXI', themeConfig: { - // logo: '/assets/logo.svg', - // siteTitle: false, + logo: '/assets/logo.svg', + siteTitle: false, nav, // sidebar, // socialLinks, diff --git a/.vitepress/nav.js b/.vitepress/nav.js index d049b17..c22c927 100644 --- a/.vitepress/nav.js +++ b/.vitepress/nav.js @@ -1,7 +1,7 @@ export default [ { text: '项目', link: '/project' }, { text: '文档', link: '/doc' }, - { text: '开发部', link: 'https://danxi.fduhole.com/docs' }, + // { text: '开发部', link: 'https://danxi.fduhole.com/docs' }, // { text: '公关联络部', link: '/pr' }, // { // text: '部门', diff --git a/src/components/PageContainer.vue b/src/components/PageContainer.vue index dd11ba7..071dbe4 100644 --- a/src/components/PageContainer.vue +++ b/src/components/PageContainer.vue @@ -7,7 +7,7 @@ diff --git a/src/views/ProjectAppView.vue b/src/views/ProjectAppView.vue index 17456b6..bf6651f 100644 --- a/src/views/ProjectAppView.vue +++ b/src/views/ProjectAppView.vue @@ -63,7 +63,8 @@ const userComment = [
校园卡余额、课表、考试、空教室、刷锻、入校权限、校车班次、寝室电量、图书馆人数、食堂排队、教务处通知、图书馆人数...
-需要更多功能?欢迎 Feature Requests!
+需要更多功能?欢迎在 GitHub 上提交 Issue 和 Pull Request!
-可以在一个 app 里便捷地访问树洞、课评等服务
@@ -107,7 +108,7 @@ const userComment = [