diff --git a/docs/.vuepress/plume.config.ts b/docs/.vuepress/plume.config.ts index 68111d6..f4a765e 100644 --- a/docs/.vuepress/plume.config.ts +++ b/docs/.vuepress/plume.config.ts @@ -4,6 +4,7 @@ import notes from './notes' // 首页异步检查各服务在线状态 async function checkStatus() { + // TODO: 迁移至内网 Uptime try { const response = await fetch('https://status.cqmu.online/api/badge/14/status'); if (response.ok) { @@ -61,7 +62,7 @@ export default defineThemeConfig({ }, notFound: { code: '啊偶,好像没有这个页面', - title: '🌌 迷路的[0️⃣1️⃣]在数字森林里🌀徘徊', + title: '🌌 您探索到了未知领域', quote: [ '"💻 我点故我在,但🔗已不在" —— 赛博笛卡尔', '"🕳️ 宇宙最伟大的谜团不是黑洞,而是404的奇点" —— 星际访客日志', diff --git a/docs/notes/CS-DIY/计算机常识/系统安装/Win11系统重装.md b/docs/notes/CS-DIY/计算机常识/系统安装/Win11系统重装.md index 2b5b584..803ef83 100644 --- a/docs/notes/CS-DIY/计算机常识/系统安装/Win11系统重装.md +++ b/docs/notes/CS-DIY/计算机常识/系统安装/Win11系统重装.md @@ -5,6 +5,8 @@ permalink: /csdiy/computer-common-knowledge/update/Win11re-setup/ icon: brandico:win8 --- +[//]: # (TODO: lwj待完善) + ## Win11系统重装 ### 【前置提醒:本次教程使用机型参数,供参考】 - 💻电脑型号: 联想2022款 Y9000P LapTop; diff --git a/docs/notes/begin.md b/docs/notes/begin.md index c0ab628..b482936 100644 --- a/docs/notes/begin.md +++ b/docs/notes/begin.md @@ -10,8 +10,11 @@ permalink: /begin/ 如果你觉得我们写得还不错,请在[:[line-md:github-twotone]:Github](https://github.com/MultipledMe/PGuide-Docs)上给我们点一个大大的:[fxemoji:star]:star,这是对我们最大的鼓励。 +--- + 项导文档目前包括了以下部分,如果你有其他好的建议,或者想加入贡献者的行列,欢迎邮件 [PGuide Studio](mailto:losmosga@foxmail.com) -或者在下方评论区提问 +阅读[贡献指南](/contribute/),在下方评论区提问: + 新人疑问一站式解答! + + + +优质资源直连通道,共建学习生态圈~ + +* 🌐 合作组织官网 +* 🌐 开源项目社区 +* 🌐 技术交流论坛 + +点击探索更多合作伙伴,构建你的资源网络! + + diff --git a/docs/notes/contribute.md b/docs/notes/contribute.md index 930e7d3..8d9ae1e 100644 --- a/docs/notes/contribute.md +++ b/docs/notes/contribute.md @@ -53,9 +53,10 @@ NVM(全名:Node.js Version Manager)可以帮助我们更高效地管理不 3. 导入项目 + 打开WebStorm后,你应该 - :::code-tabs + :::code-tabs @tab 使用HTTPS协议导入 ```shell @@ -140,26 +141,42 @@ pnpm run docs:dev - docs - .vuepress - - config.ts + - .cache #缓存文件夹 + - .temp #临时文件夹 + - public #静态资源文件夹 + - avatar #头像文件夹 + - src #图片文件夹 + - *.svg #矢量图标 + - theme #主题设置文件夹 + - style #主题自定义文件夹 + - custom.css #自定义主题 + - shim.d.ts #自定义vue组件导入 - client.ts #客户端配置 + - config.ts #全局功能配置 - navbar.ts #导航栏配置 - notes.ts #笔记配置 - - page1.md - - README.md -- theme 一个 **主题** 目录 - - client - - components - - **Navbar.vue** - - composables - - useNavbar.ts - - styles - - navbar.css - - config.ts - - node/ -- package.json -- pnpm-lock.yaml -- .gitignore -- README.md + - plume.config.ts #主题选项配置 + - notes + - CS-DIY #计算机自学指南 + - 公共服务 #项导公开的服务 + - 后台管理 #后台管理界面 + - 大学百科 #大学百科全书 + - 学习笔记 + - 项目文档 #包含项目的介绍、人员等 + - begin.md #“开始阅读”页 + - contribute.md #“贡献”页 + - friends-organizations #友情链接-组织页 + - friends-persons #友情链接-个人页 + - friends-quotes #友情链接-常见问题页 + - Templates.md #Vuepress Plume模板页 + - README.md +- .gitattributes #git属性设置 +- .gitignore #不进行git的文件(夹) +- .npmrc #npm包管理设置 +- package.json #所有npm包依赖 +- pnpm-lock.yaml #所有pnpm包依赖 +- README.md #中文项导文档介绍 +- README-en.md #英文项导文档介绍 - … ::: diff --git a/docs/notes/大学百科/常用软件/办公软件/Microsoft Office.md b/docs/notes/大学百科/常用软件/办公软件/Microsoft Office.md new file mode 100644 index 0000000..31778ce --- /dev/null +++ b/docs/notes/大学百科/常用软件/办公软件/Microsoft Office.md @@ -0,0 +1,9 @@ +--- +title: Microsoft Office +createTime: 2025/03/09 16:33:06 +permalink: /campus-wiki/common-softwares/office/MS/ +icon: +--- + +[//]: # (TODO: lwj待填写) + diff --git a/docs/notes/大学百科/常用软件/WPS Office.md b/docs/notes/大学百科/常用软件/办公软件/WPS Office.md similarity index 61% rename from docs/notes/大学百科/常用软件/WPS Office.md rename to docs/notes/大学百科/常用软件/办公软件/WPS Office.md index bfc1759..35da268 100644 --- a/docs/notes/大学百科/常用软件/WPS Office.md +++ b/docs/notes/大学百科/常用软件/办公软件/WPS Office.md @@ -1,6 +1,6 @@ --- title: WPS Office createTime: 2025/03/09 06:31:59 -permalink: /campus-wiki/common-softwares/WPS/ +permalink: /campus-wiki/common-softwares/office/WPS/ icon: arcticons:wpsoffice --- diff --git a/docs/notes/大学百科/竞赛篇/数学建模类/中国大学生数学建模竞赛.md b/docs/notes/大学百科/竞赛篇/数学建模类/中国大学生数学建模竞赛.md index 63506d3..6c603da 100644 --- a/docs/notes/大学百科/竞赛篇/数学建模类/中国大学生数学建模竞赛.md +++ b/docs/notes/大学百科/竞赛篇/数学建模类/中国大学生数学建模竞赛.md @@ -1,5 +1,5 @@ --- title: CUMCM中国大学生数学建模竞赛 createTime: 2025/03/04 06:17:09 -permalink: /campus-wiki/mathematical-modeling/ +permalink: /campus-wiki/mathematical-modeling/CUMCM/ ---