diff --git a/README.md b/README.md index edc1427..842a62a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 项导文档 -人人为我,我为人人。身在互联网的开源时代,我们深知互帮互助、共同进步的重要意义,这篇文档凝聚了同学和老师们的 +人人为我,我为人人。身在互联网的开源时代,我们深知互帮互助、共同进步的重要意义,这篇文档凝聚了同学和老师们的集体智慧,希望能对您有所帮助。 ## 依赖环境 - Node.js v18.20.0+ diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index dce866c..d662b90 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -45,7 +45,7 @@ export const navbar = defineNavbarConfig([ {icon: '/openai.svg',text: '生成式人工智能',link: '/notes/公共服务/生成式人工智能/README.md'}, {icon: 'fluent-color:data-area-20', text: '数据中心', link: '/notes/公共服务/生成式人工智能/README.md'}, {icon: '/mirror.svg', text: '重庆医科大学开源软件镜像站', link: '/notes/公共服务/重医校级开源软件镜像站/README.md'}, - {icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/notes/公共服务/Overleaf在线协作企业版/README .md'}, + {icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/notes/公共服务/Overleaf在线协作企业版/README.md'}, {text: '', link: ''} ] }, @@ -55,8 +55,8 @@ export const navbar = defineNavbarConfig([ items: [ {icon: '/email.svg', text: '申请学生邮箱', link: '/notes/大学百科/申请学生邮箱.md'}, {icon: '/teacher.svg', text: '老师们说', link: '/notes/大学百科/老师们说/README.md'}, - {icon: '/software.svg', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'}, - {icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'} + {icon: 'carbon:container-software', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'}, + {icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'}, ] }, { diff --git a/docs/.vuepress/plume.config.ts b/docs/.vuepress/plume.config.ts index 354875b..e392d83 100644 --- a/docs/.vuepress/plume.config.ts +++ b/docs/.vuepress/plume.config.ts @@ -5,7 +5,7 @@ import notes from './notes' // 首页异步检查各服务在线状态 async function checkStatus() { try { - const response = await fetch('https://status.cqmu.online/api/badge/35/status'); + const response = await fetch('https://status.cqmu.online/api/badge/14/status'); if (response.ok) { const svgText = await response.text(); if (svgText.includes('Status: Up')) { @@ -23,7 +23,7 @@ async function checkStatus() { async function getFooterMessage() { const statusMessage = await checkStatus(); - return `${statusMessage} Status Badge`; + return `${statusMessage} Status Badge`; } diff --git a/docs/.vuepress/public/jetbrains-edu.png b/docs/.vuepress/public/jetbrains-edu.png new file mode 100644 index 0000000..f02b36a Binary files /dev/null and b/docs/.vuepress/public/jetbrains-edu.png differ diff --git a/docs/.vuepress/public/src/resource/pdf/西瓜书.pdf b/docs/.vuepress/public/src/resource/pdf/西瓜书.pdf index 4ee51ca..caaf016 100644 Binary files a/docs/.vuepress/public/src/resource/pdf/西瓜书.pdf and b/docs/.vuepress/public/src/resource/pdf/西瓜书.pdf differ diff --git a/docs/notes/CS-DIY/README.md b/docs/notes/CS-DIY/README.md index 5404d62..3af1d7a 100644 --- a/docs/notes/CS-DIY/README.md +++ b/docs/notes/CS-DIY/README.md @@ -11,6 +11,7 @@ permalink: /cs-diy/ Missing Semester可以帮助你找到学习计算机的乐趣 @[bilibili](BV1Eo4y1d7KZ) + --- 一本关于计算机各方向的自学指南,无论天南或海北,希望可以帮到你,灵感和部分素材来自CS自学指南。 diff --git a/docs/notes/CS-DIY/学习路线/前端开发/主流框架/README.md b/docs/notes/CS-DIY/学习路线/前端开发/主流框架/README.md index 7723194..e1388fe 100644 --- a/docs/notes/CS-DIY/学习路线/前端开发/主流框架/README.md +++ b/docs/notes/CS-DIY/学习路线/前端开发/主流框架/README.md @@ -3,6 +3,7 @@ home: true title: README createTime: 2025/03/02 16:47:42 permalink: /csdiy/popular-framework/ +icon: mdi:iframe-cog-outline config: - type: features diff --git a/docs/notes/friends-persons.md b/docs/notes/friends-persons.md index 36fa05c..6553b28 100644 --- a/docs/notes/friends-persons.md +++ b/docs/notes/friends-persons.md @@ -15,6 +15,8 @@ list: socials: - icon: qq link: + - icon: github + link: https://github.com/emptyelse - name: Elysia_Realme link: https://chenhy.pguide.studio/ avatar: https://chenhy.pguide.studio/githubFindNew/pictures/CircleElysia.jpg @@ -23,7 +25,7 @@ list: desc: 兄弟你好香,今夜星光闪闪,爱你的♥满满。 socials: - icon: qq - link: + link: https://qm.qq.com/q/VKCsG13ww8 - icon: github link: https://github.com/MenTouGouMouse - name: DKwms diff --git a/docs/notes/公共服务/Overleaf在线协作企业版/README.md b/docs/notes/公共服务/Overleaf在线协作企业版/README.md index c557c6a..ece218e 100644 --- a/docs/notes/公共服务/Overleaf在线协作企业版/README.md +++ b/docs/notes/公共服务/Overleaf在线协作企业版/README.md @@ -11,6 +11,13 @@ icon: /overleaf.svg ## 简介 Overleaf在线协作企业版是一款支持多人在线同步编辑、审议的LaTeX编辑器,支持Zotero、Github等现代应用集成,极大便利了广大科研工作者。 +## Overleaf使用 + +中文官网:https://cn.overleaf.com/ + +使用账号密码登录后: + + ## LaTeX diff --git a/docs/notes/公共服务/数据中心/PGuide Alist.md b/docs/notes/公共服务/数据中心/PGuide Alist.md index 73d8b15..6e6ecc4 100644 --- a/docs/notes/公共服务/数据中心/PGuide Alist.md +++ b/docs/notes/公共服务/数据中心/PGuide Alist.md @@ -5,3 +5,16 @@ permalink: /public-service/data-center/pguide-alist/ icon: https://alist.nn.ci/logo.svg --- +为了帮助同学们解决下载某些软件、数据、包库等资源时存在的下载速度慢、安全性问题等,我们开设了基于Alist的软件镜像站,校园网内下载带宽为千兆,征集范围如下: + +* 学术研究相关软件 +* 数据库或数据集 +* 编程语言或工具的包库 +* 其他学习或科研相关资源 + +## 参与方式 +请大家填写[金山文档](https://www.kdocs.cn/l/crT33WW5UIT9)链接,具体描述所需资源名称及下载来源 + +重医校园网内网地址:[http://192.168.183.171:5244/](http://192.168.183.171:5244/) + +如果下载完成,管理员会填写下载路径;长时间未响应,请联系 \ No newline at end of file diff --git a/docs/notes/公共服务/重医校级开源软件镜像站/README.md b/docs/notes/公共服务/重医校级开源软件镜像站/README.md index d4c12cb..da7b5ee 100644 --- a/docs/notes/公共服务/重医校级开源软件镜像站/README.md +++ b/docs/notes/公共服务/重医校级开源软件镜像站/README.md @@ -5,7 +5,13 @@ permalink: /public-service/cqmu-mirror/ icon: /mirror.svg --- +:::tip +即将上线 +::: + ## 使用方式 ## 新镜像请求 +## 出现bug? + diff --git a/docs/notes/公共服务/重医校级开源软件镜像站/Wiki.md b/docs/notes/公共服务/重医校级开源软件镜像站/Wiki.md new file mode 100644 index 0000000..0657c79 --- /dev/null +++ b/docs/notes/公共服务/重医校级开源软件镜像站/Wiki.md @@ -0,0 +1,48 @@ +--- +title: CQMU Mirror Wiki +createTime: 2025/02/25 18:35:12 +permalink: /public-service/cqmu-mirror/wiki/ +icon: icon-park:pull-requests +--- + +:::info 关于CQMU Mirror Wiki +重庆医科大学开源软件镜像站Wiki文档旨在帮助同学们更快了解镜像源的相关信息和配置步骤 +::: + +:::tip +即将上线 +::: + +## :[devicon:anaconda]: Anaconda 软件仓库 + + + +### Anaconda Extra + +## PYPI + +### pip + +### PDM + +### Poetry + +### Homebrew + +## Flutter 软件仓库 + +### flutter_infra + +### download.flutter.io + +### Flutter SDK + +## EPEL 软件仓库 + +## Ubuntu 软件仓库 + +## Qt 软件仓库 + +## ROS2 软件仓库 + +## CTAN 镜像 \ No newline at end of file diff --git a/docs/notes/公共服务/重医校级开源软件镜像站/新镜像请求.md b/docs/notes/公共服务/重医校级开源软件镜像站/新镜像请求.md deleted file mode 100644 index 4389821..0000000 --- a/docs/notes/公共服务/重医校级开源软件镜像站/新镜像请求.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 新镜像请求 -createTime: 2025/02/25 18:35:12 -permalink: /public-service/cqmu-mirror/new/ -icon: icon-park:pull-requests ---- diff --git a/docs/notes/大学百科/申请学生邮箱.md b/docs/notes/大学百科/申请学生邮箱.md index 67bee6d..e8da2c8 100644 --- a/docs/notes/大学百科/申请学生邮箱.md +++ b/docs/notes/大学百科/申请学生邮箱.md @@ -21,9 +21,20 @@ permalink: /campus-wiki/apply-student-email/ ::: tabs @tab 申请JetBrains专业版 -npm 应该与 Node.js 被一同安装。 +1. 进入申请页面 -@tab 申请JetBrains专业版 +前往 [https://www.jetbrains.com/shop/eform/students +](https://www.jetbrains.com/shop/eform/students) + +2. 填写好字段后前往学生邮箱,复制验证码 + +![jetbrains-edu.png](/jetbrains-edu.png) + +3. 下载IDE + +:[ion:logo-markdown]: PGuide Alist备份 + +4. 使用验证码激活IDE @tab 申请Navicat Premiere专业版