diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index a78fd3f..3e372cd 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -21,13 +21,20 @@ export const navbar = defineNavbarConfig([ text: '项目文档', items: [ {icon: 'carbon:license-third-party', text: '项目知识产权', link: '/project-docs/project-intellectual-property/'}, - {icon: '/match.svg', text: '全国大学生竞赛组队系统', link: '/project-docs/match-competitions/'}, + {icon: 'hugeicons:add-team', text: '全国大学生竞赛组队系统', link: '/project-docs/match-competitions/'}, {icon: '/zhiyu.png', text: '植愈:AI情绪小帮手', link: '/project-docs/plant-cure/'}, {icon: '/robot.png', text: '智慧中草药生态养护平台', link: '/project-docs/smart-car/'}, {icon: '/univ-town.svg', text: '像素大学城', link: '/project-docs/pixel-university-town/'}, {icon: '/command_block.gif', text: 'CQMUA服务器中心', link: '/project-docs/cqmua-center/'}, {icon: '/analyse.svg',text: '学情分析系统',link: '/project-docs/study-analytic-system/'}, - {icon: '/zzfy.svg',text: '掌中方圆',link: '/project-docs/control-my-panel/'}, + {icon: 'line-md:speed-twotone-loop',text: '掌中方圆',link: '/project-docs/control-my-panel/'}, + {icon: 'icon-park:transport', text: 'SPD智能医疗耗材管理系统', link: '/project-docs/spd/'}, + {icon: 'material-symbols:dropper-eye-outline-sharp', text: '医智慧眼', link: '/project-docs/see-the-components/'}, + {icon: 'svg-spinners:blocks-wave', text: '千手万象', link: '/project-docs/various-gestures/'}, + {icon: 'line-md:beer-alt-twotone-loop', text: '智能输液系统', link: '/project-docs/check-the-line/'}, + {icon: 'line-md:cloud-alt-tags-twotone-loop', text: '云原生资源管理系统', link: ''}, + {icon: 'line-md:loading-alt-loop', text: 'when2eat', link: '/project-docs/when2eat/'}, + {icon: '', text: '', link: ''}, ] }, { diff --git a/docs/.vuepress/plume.config.ts b/docs/.vuepress/plume.config.ts index 6287868..a31ee26 100644 --- a/docs/.vuepress/plume.config.ts +++ b/docs/.vuepress/plume.config.ts @@ -92,13 +92,16 @@ export default defineThemeConfig({ */ bulletin: { layout: 'bottom-right', - title: '更新公告', + title: '项导文档更新公告', contentType: 'markdown', content: `\ **2025-03-08** - 新增Vim、Magic-Clash Core-windows文档、镜像站Anaconda文档 - 新增本公告栏 - 修改了报销的文档 +- 新增6篇项目文档 + +加入开发组,一起完善文档! `, } diff --git a/docs/notes/CS-DIY/2.编程入门/README.md b/docs/notes/CS-DIY/2.编程入门/README.md index 95c77dd..5393e0a 100644 --- a/docs/notes/CS-DIY/2.编程入门/README.md +++ b/docs/notes/CS-DIY/2.编程入门/README.md @@ -18,21 +18,66 @@ config: icon: devicon:java details: Java is a high-level, class-based, object-oriented programming language link: /csdiy/program-begin/java/ - - title: C - icon: devicon:c - details: C is a general-purpose, procedural computer programming language - link: /csdiy/program-begin/c/ - - title: JavaScript - icon: devicon:javascript - details: JavaScript is a high-level, interpreted programming language - link: /csdiy/program-begin/javascript/ - - title: HTML - icon: devicon:html5 - details: HTML is the standard markup language for documents designed to be displayed in a web browser - link: /csdiy/program-begin/html/ + + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ - title: CSS icon: devicon:css3 details: CSS is a style sheet language used for describing the presentation of a document written in a markup language link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ + - title: CSS + icon: devicon:css3 + details: CSS is a style sheet language used for describing the presentation of a document written in a markup language + link: /csdiy/program-begin/css/ --- diff --git a/docs/notes/CS-DIY/2.编程入门/java.md b/docs/notes/CS-DIY/2.编程入门/java.md new file mode 100644 index 0000000..c02c953 --- /dev/null +++ b/docs/notes/CS-DIY/2.编程入门/java.md @@ -0,0 +1,8 @@ +--- +title: Java +createTime: 2025/03/08 07:01:57 +permalink: /csdiy/program-begin/java/ +icon: logos:java +--- + +Java入门 \ No newline at end of file diff --git a/docs/notes/CS-DIY/开发规范/README.md b/docs/notes/CS-DIY/开发规范/README.md index fbb27db..a2830ea 100644 --- a/docs/notes/CS-DIY/开发规范/README.md +++ b/docs/notes/CS-DIY/开发规范/README.md @@ -2,5 +2,5 @@ title: 开发规范 createTime: 2025/03/02 20:23:57 permalink: /csdiy/dev-rules/ -icon: '/dev-standard.svg' +icon: fluent-mdl2:work-item --- diff --git a/docs/notes/friends-persons.md b/docs/notes/friends-persons.md index 9f9a77c..caa562a 100644 --- a/docs/notes/friends-persons.md +++ b/docs/notes/friends-persons.md @@ -217,9 +217,9 @@ list: desc: I work on computer systems and networking. My research has received USENIX NSDI Best Paper Award (2018) and USENIX FAST Best Paper Award (2019). location: 中国,北京 organization: 北京大学,计算机科学学院 - socials: - - icon: fxemoji:email - link: + socials: + - icon: { svg: '' } + link: mailto:xinjinpku@pku.edu.cn backgroundColor: color: nameColor: @@ -262,7 +262,7 @@ list: location: 中国,重庆 organization: 重庆邮电大学 socials: - - icon: { svg: '' } + - icon: { svg: ''} link: tel:65714288 backgroundColor: color: diff --git a/docs/notes/friends-quotes.md b/docs/notes/friends-quotes.md index 547f1c3..47b393f 100644 --- a/docs/notes/friends-quotes.md +++ b/docs/notes/friends-quotes.md @@ -11,21 +11,21 @@ createTime: 2025/03/06 16:40:46 下面的表格解释了友情链接中[个人信息社会链接](/friends/persons/)的图标含义。 ::: -| 图标 | 含义 | -|---------------------------------|-----------------------------------------------------------------------------------| -| :[mingcute:qq-fill]: | 添加QQ好友,点击即可添加 | -| :[akar-icons:github-fill]: | 个人github主页 | -| :[bxl:blogger]: | 个人博客页 | -| :[mdi:web]: | 门户网站页,多为子页面 | -| :[mingcute:bilibili-line]: | 个人B站主页,[Bilibili](https://www.bilibili.com/) | -| :[fxemoji:email]: | 电子邮箱,点击即可联系 | -| :[/orcid.svg]: | ORCID,[什么是ORCID](https://info.orcid.org/zh-CN/%E4%BB%80%E4%B9%88%E6%98%AF-orcid/) | -| :[academicons:google-scholar]: | [谷歌学术](https://scholar.google.com/)个人主页 | -| :[prime:twitter]: | [X社交平台](https://x.com/),原twitter | -| :[vscode-icons:file-type-pdf2]: | 个人PDF简历 | -| :[mdi:linkedin]: | [领英](https://www.linkedin.com/)个人主页 | -| :[mdi:facebook]: | [Facebook](https://www.facebook.com/)个人主页 | -| :[mdi:wechat]: | 个人微信(暂未接入点击添加) | +| 图标 | 含义 | +|-------------------------------------|-----------------------------------------------------------------------------------| +| :[mingcute:qq-fill]: | 添加QQ好友,点击即可添加 | +| :[akar-icons:github-fill]: | 个人github主页 | +| :[bxl:blogger]: | 个人博客页 | +| :[mdi:web]: | 门户网站页,多为子页面 | +| :[mingcute:bilibili-line]: | 个人B站主页,[Bilibili](https://www.bilibili.com/) | +| :[fxemoji:email]: | 电子邮箱,点击即可联系 | +| :[/orcid.svg]: | ORCID,[什么是ORCID](https://info.orcid.org/zh-CN/%E4%BB%80%E4%B9%88%E6%98%AF-orcid/) | +| :[academicons:google-scholar]: | [谷歌学术](https://scholar.google.com/)个人主页 | +| :[prime:twitter]: | [X社交平台](https://x.com/),原twitter | +| :[vscode-icons:file-type-pdf2]: | 个人PDF简历 | +| :[line-md:phone-call-twotone-loop]: | 个人/座机电话 | +| :[mdi:facebook]: | [Facebook](https://www.facebook.com/)个人主页 | +| :[mdi:wechat]: | 个人微信(暂未接入点击添加) | [//]: # (| 图标 | :[mingcute:qq-fill]: | | | | | | | | |) @@ -40,23 +40,24 @@ createTime: 2025/03/06 16:40:46 - 管理员/开发人员收到你的社交链接后,会根据你的需求添加到友情链接中。 - 前往github仓库的[friends文件夹](https://github.com/MultipledMe/PGuide-Docs/edit/master/docs/notes/friends-persons.md) 自行编辑,提交PR即可。 -::: + ::: :::tip 目前可编辑的字段 -| 字段 | 含义 | +| 字段 | 含义 | |----------------|-----------------------------------| -| name | 您的呢称 | -| link | 您的个人主页或网站链接 | -| avatar | 您的头像路径或URL | -| desc | 一段简短的描述或格言 | -| location | 地理位置 | -| organization | 所属组织或机构,可多种 | -| socials | 社交网络或联系方式,可多种 | -| backgroundColor| 好友卡片的背景颜色 | -| color | 好友卡片的文字颜色 | -| nameColor | 好友卡片的姓名颜色 | +| name | 您的呢称 | +| link | 您的个人主页或网站链接 | +| avatar | 您的头像路径或URL | +| desc | 一段简短的描述或格言 | +| location | 地理位置 | +| organization | 所属组织或机构,可多种 | +| socials | 社交网络或联系方式,可多种 | +| backgroundColor| 好友卡片的背景颜色 | +| color | 好友卡片的文字颜色 | +| nameColor | 好友卡片的姓名颜色 | 示例: + ```yaml - name: rand777 link: https://www.rand777.space diff --git a/docs/notes/index.ts b/docs/notes/index.ts deleted file mode 100644 index 120ba2f..0000000 --- a/docs/notes/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -import {defineNoteConfig} from "vuepress-theme-plume"; - -export default defineNoteConfig({ - dir: '/notes/', - link: '/', - - // notes:[ - // publicservice, - // ] -}) \ No newline at end of file diff --git a/docs/notes/项目文档/CQMUA服务器中心/README.md b/docs/notes/项目文档/CQMUA服务器中心/README.md index abd6121..b434cbf 100644 --- a/docs/notes/项目文档/CQMUA服务器中心/README.md +++ b/docs/notes/项目文档/CQMUA服务器中心/README.md @@ -5,3 +5,17 @@ permalink: /project-docs/cqmua-center/ icon: '/command_block.gif' --- +## CQMUA是什么? + +CQMUA,全称Chongqing Minecraft University Alliance,是由重庆市高校的Minecraft服务器联盟。 + + +## 项目简介 + +服务器中心的使命是为重庆高校的Minecraft玩家提供一个服务器的状态监控界面。 + + + +## 项目技术 + +- 服务器中心前端:使用Vue.js开发,提供服务器状态监控界面。 diff --git a/docs/notes/项目文档/SPD智能医疗耗材管理系统/README.md b/docs/notes/项目文档/SPD智能医疗耗材管理系统/README.md new file mode 100644 index 0000000..dc977c6 --- /dev/null +++ b/docs/notes/项目文档/SPD智能医疗耗材管理系统/README.md @@ -0,0 +1,6 @@ +--- +title: README +createTime: 2025/03/08 06:16:43 +permalink: /project-docs/spd/ +icon: icon-park:transport +--- diff --git a/docs/notes/项目文档/when2eat/README.md b/docs/notes/项目文档/when2eat/README.md new file mode 100644 index 0000000..9699352 --- /dev/null +++ b/docs/notes/项目文档/when2eat/README.md @@ -0,0 +1,8 @@ +--- +title: 啥时候吃饭 +createTime: 2025/03/08 06:52:55 +permalink: /project-docs/when2eat/ +icon: line-md:loading-alt-loop +--- + +哈哈,这个项目是一个科学决策什么时候去食堂吃饭的项目,让你合理避开重医中午吃饭高峰期。 \ No newline at end of file diff --git a/docs/notes/项目文档/云原生资源管理系统/README.md b/docs/notes/项目文档/云原生资源管理系统/README.md new file mode 100644 index 0000000..4478af3 --- /dev/null +++ b/docs/notes/项目文档/云原生资源管理系统/README.md @@ -0,0 +1,6 @@ +--- +title: README +createTime: 2025/03/08 06:49:07 +permalink: /project-docs/cloud-manage/ +icon: line-md:cloud-alt-tags-twotone-loop +--- diff --git a/docs/notes/项目文档/像素大学城/README.md b/docs/notes/项目文档/像素大学城/README.md index dc08b71..11db76e 100644 --- a/docs/notes/项目文档/像素大学城/README.md +++ b/docs/notes/项目文档/像素大学城/README.md @@ -4,3 +4,7 @@ createTime: 2025/03/04 00:06:49 permalink: /project-docs/pixel-university-town/ icon: '/univ-town.svg' --- + +省流:在我的世界里复原大学城高校建筑。 + +比如上海交通大学的:[https://map.sjtu.edu.cn/voxel](https://map.sjtu.edu.cn/voxel) \ No newline at end of file diff --git a/docs/notes/项目文档/全国大学生竞赛组队系统/README.md b/docs/notes/项目文档/全国大学生竞赛组队系统/README.md index 00b60e5..78b2b3c 100644 --- a/docs/notes/项目文档/全国大学生竞赛组队系统/README.md +++ b/docs/notes/项目文档/全国大学生竞赛组队系统/README.md @@ -2,5 +2,33 @@ title: 全国大学生竞赛组队系统 createTime: 2025/03/04 00:08:05 permalink: /project-docs/match-competitions/ -icon: '/match.svg' +icon: hugeicons:add-team --- + +## 项目简介 + +全国大学生竞赛组队系统,是一个为大学生竞赛提供组队服务的平台。 + +## 项目背景 + +大学生竞赛是大学生综合素质的重要组成部分,也是大学生提升自己的重要途径。但是,由于大学生的专业分化,很多大学生在参加竞赛时,往往会遇到组队难的问题。因此,我们开发了这个全国大学生竞赛组队系统,为大学生提供一个方便快捷的组队服务。 + +## 项目特点 + +- 支持多种竞赛类型 +- 支持多种组队方式 +- 支持多种组队规则 +- 支持多种组队策略 +- 支持多种组队算法 +- 支持多种组队评价指标 +- 支持多种组队结果展示 +- 支持多种组队结果导出 +- 支持多种组队结果分享 +- 支持多种组队结果保存 +- 支持多种组队结果查询 +- 支持多种组队结果统计 +- 支持多种组队结果分析 +- 支持多种组队结果可视化 +- 支持多种组队结果报告 +- 支持多种组队结果推送 +- 支持多种组队结果订阅 \ No newline at end of file diff --git a/docs/notes/项目文档/医智慧眼/README.md b/docs/notes/项目文档/医智慧眼/README.md new file mode 100644 index 0000000..ba9dec3 --- /dev/null +++ b/docs/notes/项目文档/医智慧眼/README.md @@ -0,0 +1,6 @@ +--- +title: README +createTime: 2025/03/08 06:13:33 +permalink: /project-docs/see-the-components/ +icon: material-symbols:dropper-eye-outline-sharp +--- diff --git a/docs/notes/项目文档/千手万象/README.md b/docs/notes/项目文档/千手万象/README.md new file mode 100644 index 0000000..8e06fe1 --- /dev/null +++ b/docs/notes/项目文档/千手万象/README.md @@ -0,0 +1,7 @@ +--- +title: README +createTime: 2025/03/08 06:18:55 +permalink: /project-docs/various-gestures/ +icon: svg-spinners:blocks-wave +--- + diff --git a/docs/notes/项目文档/掌中方圆/README.md b/docs/notes/项目文档/掌中方圆/README.md index 0cc203b..b69a79e 100644 --- a/docs/notes/项目文档/掌中方圆/README.md +++ b/docs/notes/项目文档/掌中方圆/README.md @@ -2,7 +2,21 @@ title: 掌中方圆 createTime: 2025/03/04 05:05:40 permalink: /project-docs/control-my-panel/ -icon: '/zzfy.svg' +icon: line-md:speed-twotone-loop --- -test1 \ No newline at end of file +## 项目简介 + +掌中方圆,是一个为用户提供控制面板服务的平台。用一块圆形的屏幕,掌握一切。 + +## 项目背景 + +掌中方圆是一个为用户提供控制面板服务的平台。用户可以在掌中方圆上,查看自己的各种信息,控制自己的各种设备,管理自己的各种服务。 + +## 项目特点 + +- 支持多种信息展示 +- 支持多种设备控制 +- 支持多种服务管理 +- 支持多种用户管理 +- 支持多种权限控制 diff --git a/docs/notes/项目文档/智能输液系统/README.md b/docs/notes/项目文档/智能输液系统/README.md new file mode 100644 index 0000000..ca62f0a --- /dev/null +++ b/docs/notes/项目文档/智能输液系统/README.md @@ -0,0 +1,6 @@ +--- +title: README +createTime: 2025/03/08 06:25:26 +permalink: /project-docs/check-the-line/ +icon: line-md:beer-alt-twotone-loop +--- diff --git a/docs/notes/项目文档/植愈:AI情绪小帮手/README.md b/docs/notes/项目文档/植愈:AI情绪小帮手/README.md index 63968ad..0c30e1b 100644 --- a/docs/notes/项目文档/植愈:AI情绪小帮手/README.md +++ b/docs/notes/项目文档/植愈:AI情绪小帮手/README.md @@ -5,3 +5,13 @@ permalink: /project-docs/plant-cure/ icon: '/zhiyu.png' --- +## 植愈,从心开始 + +我们的身边,有这样一群人,他们看上去很坚强,但内心却很脆弱。 + +他们也叫青少年抑郁症患者,他们需要我们的关爱,需要我们的陪伴,需要我们的呵护。 + +据世界WHO 数据显示,全球有超过3.5 亿人患抑郁症;根据《中国国民心理健康发展报告(2021~ +2022)》数据显示,在该次调查中,抑郁风险检出率为10.6%,焦虑风险检出率为15.8%,中国人群的心理健康问题依然严峻,需要更加关注心理健康领域,找到更有效的方法去缓解当前的现象刻不容缓。 + +而现有的干预治疗可以分为认知行为治疗、人际关系心理治疗、家庭治疗三个方面。而针对抑郁症的诊断多依靠量表进行判断,线下会采取问卷调差和心理咨询师等方式,这些调查方式易受到外界因素影响,测验结果易产生误差,也并不能对收集的结果数据进行因果分析,存在无法及时进行咨询的状况。 \ No newline at end of file