diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index 554e260174f..a8f1e528d79 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -1,26 +1,32 @@ -import { navbar } from "vuepress-theme-hope"; +import {navbar} from "vuepress-theme-hope"; export default navbar([ - "/", - { - text: "使用指南", - icon: "book", - link: "/note-book" - }, - { - text: "时间线", - icon: "history", - link: "/timeline" - }, - { - text: "友链", - icon: "link", - link: "/友链/友链.md", - ariaLabel: "友链" - }, - { - text: "实时访客", - icon: "chart-simple", - link: "https://analytics.umami.is/share/pvHcnC9eaFEzXn99/DevOps-Book", - }, + "/", + { + text: "使用指南", + icon: "book", + link: "/note-book" + }, + { + text: "时间线", + icon: "history", + link: "/timeline" + }, + { + text: "友链", + icon: "link", + link: "/友链/友链.md", + ariaLabel: "友链" + }, + { + text: "关于我", + icon: "address-card", + link: "/me/about.md", + ariaLabel: "关于我" + }, + { + text: "实时访客", + icon: "chart-simple", + link: "https://analytics.umami.is/share/pvHcnC9eaFEzXn99/DevOps-Book", + }, ]); diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index bf5fe580d60..feda7f8239b 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -1,26 +1,26 @@ -import { sidebar } from "vuepress-theme-hope"; +import {sidebar} from "vuepress-theme-hope"; export default sidebar({ - "/": [ - "", - { - text: "note-book", - icon: "book", - // 是否可折叠 - collapsible: true, - prefix: "note-book/", - link: "note-book/", - children: "structure", - }, - { - text: "PyQt5快速上手-王铭东", - icon: "book", - // 是否可折叠 - collapsible: true, - prefix: "PyQt5快速上手-王铭东/", - link: "PyQt5快速上手-王铭东/", - children: "structure", - }, - "slides", - ], + "/": [ + "", + { + text: "note-book", + icon: "book", + // 是否可折叠 + collapsible: true, + prefix: "note-book/", + link: "note-book/", + children: "structure", + }, + { + text: "PyQt5快速上手-王铭东", + icon: "book", + // 是否可折叠 + collapsible: true, + prefix: "PyQt5快速上手-王铭东/", + link: "PyQt5快速上手-王铭东/", + children: "structure", + }, + "slides", + ], }); diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 106a6eb565d..c83bdeb0dd5 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -46,13 +46,13 @@ export default hopeTheme({ plugins: { blog: true, // You should generate and use your own comment service - // comment: { - // provider: "Giscus", - // repo: "vuepress-theme-hope/giscus-discussions", - // repoId: "R_kgDOG_Pt2A", - // category: "Announcements", - // categoryId: "DIC_kwDOG_Pt2M4COD69", - // }, + comment: { + provider: "Giscus", + repo: "Paper-Dragon/paper-dragon.github.io", + repoId: "R_kgDOKGpjZw", + category: "blog", + categoryId: "DIC_kwDOKGpjZ84CauNO", + }, components: { // 你想使用的组件 components: [ diff --git a/src/me/about.md b/src/me/about.md new file mode 100644 index 00000000000..939fbee9013 --- /dev/null +++ b/src/me/about.md @@ -0,0 +1,42 @@ +--- +pageClass: me +sidebar: false +--- +# 我 + +::: tabs#me +@tab 基本信息 +**网名:** Shoulong | JokerDragon | PaperDragon | 月亮不睡我不睡 | 不做秃头小宝贝 | ... +**老家:** 山东省潍坊市坊子区 +**性别:** 男 +**身高:** 182 +**体重:** 132 +**年份:** 1999 +**生肖:** [兔] + + +@tab 社交 +**[QQ](https://user.qzone.qq.com/):** 2678885646 +**[微信](https://weixin.qq.com/):** dragon-joker +**[哔哩哔哩](https://www.bilibili.com/):** PaperDragon_bili +**邮箱:** 2678885646@qq.com + +@tab 职业生涯 +>入职日期:2021-12-06 至 当前 +> 公司名称:敬达数码科技(上海)有限公司 +> 职位:IT工程师 +>>入职日期:2020-06-00 至 2021-12-00 +>> 公司名称:山东至强奔腾信息技术有限公司 +>> 职位:系统集成工程师 + +@tab 受教育经历 +> 入学时间:2022-03-01 至 2024-07-01[预计毕业时间] +> 学校名称:[西安电子科技大学](https://www.xidian.edu.cn/) +> 专业:计算机科学与技术 +> 学历:本科 +>> 入学时间:2018-09-01 至 2021-07-01 +>> 学校名称:[威海职业学院](https://www.whvc.edu.cn/) +>> 专业:计算机应用技术 +>> 学历:大专 +::: + diff --git "a/src/\345\217\213\351\223\276/\345\217\213\351\223\276.md" "b/src/\345\217\213\351\223\276/\345\217\213\351\223\276.md" index a3a1ce7d083..599b0d828b6 100644 --- "a/src/\345\217\213\351\223\276/\345\217\213\351\223\276.md" +++ "b/src/\345\217\213\351\223\276/\345\217\213\351\223\276.md" @@ -1,3 +1,7 @@ +--- +sidebar: false +--- + # 友链 ## 官方文档 @@ -10,6 +14,13 @@ link: https://v2.vuepress.vuejs.org/zh/ color: rgb(193 197 210) ``` +```card +title: vuepress-theme-hope +desc: 一个具有强大功能的 vuepress 主题✨ +logo: https://theme-hope.vuejs.press/logo.svg +link: https://theme-hope.vuejs.press/zh/ +color: rgb(193 197 210) +``` ```card title: Markdown 增强 diff --git "a/\344\271\246\345\206\231\350\247\204\350\214\203\350\256\260\345\275\225.txt" "b/\344\271\246\345\206\231\350\247\204\350\214\203\350\256\260\345\275\225.txt" index cc963c71703..02f1c1162a5 100644 --- "a/\344\271\246\345\206\231\350\247\204\350\214\203\350\256\260\345\275\225.txt" +++ "b/\344\271\246\345\206\231\350\247\204\350\214\203\350\256\260\345\275\225.txt" @@ -1,4 +1,17 @@ lable可选的 # category: 网络安全 # category: 数据库 -# category: Nginx \ No newline at end of file +# category: Nginx + + + +Credentials +AppID +Dz6JGSIKEKRj9ZSBagW9bx8u-MdYXbMMI +AppID 是该项目的唯一标识符。此 ID 不可变更。 +AppKey +rNxpUhZSVWsgvhevHH97f5ZW +AppKey 是公开的访问密钥,适用于在公开的客户端中使用。使用 AppKey 进行的访问受到 ACL 的限制。 +MasterKey +y3BrabmghwhbuJmLTjYEgPw0 +MasterKey 是私密的访问密钥,适用于在服务器等受信任的客户端环境中使用。使用 MasterKey 进行的访问拥有最高权限,不受任何 ACL 限制。 \ No newline at end of file