Skip to content

Commit

Permalink
网络日志
Browse files Browse the repository at this point in the history
  • Loading branch information
itwanger committed Mar 27, 2022
1 parent 880adfa commit c3c0cb1
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 62 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineHopeConfig({
"link",
{
rel: "stylesheet",
href: "//at.alicdn.com/t/font_3180624_f9ua2hfjypv.css",
href: "//at.alicdn.com/t/font_3180624_1bj3es16ewm.css",
},
],
],
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export default defineNavbarConfig([
icon: "pdf",
link: "/download/java.md"
},
{
text: "网络日志",
icon: "rizhi",
link: "/download/history.md"
},
{
text: "优质文章",
icon: "youzhi",
Expand Down
27 changes: 12 additions & 15 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineSidebarConfig } from "vuepress-theme-hope";
export const sidebarConfig = defineSidebarConfig({
"/zhishixingqiu/": ["java-mianshi-zhinan","readme.md"],
"/download/": ["java","nicearticle"],
"/download/": ["java","nicearticle", "history"],
"/xuexiluxian/": [
{
text: "Java学习路线",
Expand Down Expand Up @@ -50,8 +50,11 @@ export const sidebarConfig = defineSidebarConfig({
// 必须放在最后面
"/": [
{
text: "Java核心",
icon: "java",
text: "一、前言",
link: "home.md",
},
{
text: "二、Java核心",
collapsable: true,
children: [
{
Expand Down Expand Up @@ -275,8 +278,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "Java企业级开发",
icon: "qiye",
text: "三、Java企业级开发",
collapsable: true,
children: [
{
Expand Down Expand Up @@ -366,8 +368,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "数据库",
icon: "shujuku",
text: "四、数据库",
collapsable: true,
children: [
{
Expand All @@ -389,8 +390,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "计算机基础",
icon: "jisuanjijichu",
text: "五、计算机基础",
collapsable: true,
children: [
{
Expand All @@ -404,8 +404,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "求职面试",
icon: "qiuzhi",
text: "六、求职面试",
collapsable: true,
children: [
{
Expand Down Expand Up @@ -451,8 +450,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "学习资源",
icon: "xuexiziyuan",
text: "七、学习资源",
collapsable: true,
children: [
{
Expand Down Expand Up @@ -520,8 +518,7 @@ export const sidebarConfig = defineSidebarConfig({
],
},
{
text: "联系作者",
icon: "hezuozuozhe",
text: "八、联系作者",
collapsable: true,
children: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// colors
$themeColor: #2980B9;
$themeColor: #5b86ff;
$sidebarWidth: 22rem;
$sidebarMobileWidth: 16rem;
14 changes: 14 additions & 0 deletions docs/download/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### 2022年03月27日

- 增加Java并发编程的内容;
- 增加Java虚拟机模块的内容;


### 2022年03月19日

[Docsify 升级到 VuePress](https://mp.weixin.qq.com/s/cNtUmtVJsF0d6lQ26UFFOw)


### 2022年01月01日

[二哥的小破站终于上线了](https://mp.weixin.qq.com/s/NtOD5q95xPEs4aQpu4lGcg)
Loading

0 comments on commit c3c0cb1

Please sign in to comment.