-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd05b39
commit 160e408
Showing
6 changed files
with
126 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
}, | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
**邮箱:** [email protected] | ||
|
||
@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/) | ||
>> 专业:计算机应用技术 | ||
>> 学历:大专 | ||
::: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
lable可选的 | ||
# category: 网络安全 | ||
# category: 数据库 | ||
# category: Nginx | ||
# category: Nginx | ||
|
||
|
||
|
||
Credentials | ||
AppID | ||
Dz6JGSIKEKRj9ZSBagW9bx8u-MdYXbMMI | ||
AppID 是该项目的唯一标识符。此 ID 不可变更。 | ||
AppKey | ||
rNxpUhZSVWsgvhevHH97f5ZW | ||
AppKey 是公开的访问密钥,适用于在公开的客户端中使用。使用 AppKey 进行的访问受到 ACL 的限制。 | ||
MasterKey | ||
y3BrabmghwhbuJmLTjYEgPw0 | ||
MasterKey 是私密的访问密钥,适用于在服务器等受信任的客户端环境中使用。使用 MasterKey 进行的访问拥有最高权限,不受任何 ACL 限制。 |