Skip to content

Commit 25b0f2b

Browse files
committed
[feat]在线阅读网站样式完善
1 parent 3916409 commit 25b0f2b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/.vuepress/config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ module.exports = config({
2929
repo: "https://github.com/Snailclimb/JavaGuide",
3030
nav: [
3131
{ text: "Java面试指南", icon: "java", link: "/", },
32+
{ text: "Java面试指北", icon: "java", link: "https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?#%20%E3%80%8A%E3%80%8AJava%E9%9D%A2%E8%AF%95%E8%BF%9B%E9%98%B6%E6%8C%87%E5%8C%97%20%20%E6%89%93%E9%80%A0%E4%B8%AA%E4%BA%BA%E7%9A%84%E6%8A%80%E6%9C%AF%E7%AB%9E%E4%BA%89%E5%8A%9B%E3%80%8B%E3%80%8B", },
3233
{
33-
text: "Java精选", icon: "file",
34+
text: "Java精选", icon: "file", icon: "java",
3435
items: [
3536
{ text: "Java书单精选", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs" },
3637
{ text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500" },
@@ -40,15 +41,15 @@ module.exports = config({
4041
{ text: "IDEA指南", icon: "intellijidea", link: "/idea-tutorial/", },
4142
{ text: "开发工具", icon: "Tools", link: "/tools/", },
4243
{
43-
text: "PDF资源", icon: "file",
44+
text: "PDF资源", icon: "pdf",
4445
items: [
4546
{ text: "JavaGuide面试突击版", link: "https://t.1yb.co/Fy1e", },
4647
{ text: "消息队列常见知识点&面试题总结", link: "https://t.1yb.co/Fy0u", },
4748
{ text: "图解计算机基础!", link: "https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=100021725&idx=1&sn=2db9664ca25363139a81691043e9fd8f&chksm=4ea19a1679d61300d8990f7e43bfc7f476577a81b712cf0f9c6f6552a8b219bc081efddb5c54#rd" }
4849
],
4950
},
5051
{
51-
text: "关于作者", link: "/about-the-author/"
52+
text: "关于作者", icon: "zuozhe", link: "/about-the-author/"
5253
},
5354
],
5455
sidebar: {

docs/.vuepress/styles/index.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// import icon
2-
@import '//at.alicdn.com/t/font_2922463_q3a7d03y4sd.css'
2+
@import '//at.alicdn.com/t/font_2922463_xcm2s697wt.css'

0 commit comments

Comments
 (0)