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