Skip to content

Commit 35be633

Browse files
committed
✨ feat(主页): 引流
1 parent fe1fbca commit 35be633

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

src/.vuepress/theme.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default hopeTheme({
1313
1414
},
1515

16-
iconAssets: ["fontawesome-with-brands", "//at.alicdn.com/t/c/font_3871871_hii25yqhwzr.css"],
16+
iconAssets: ["iconify","fontawesome","fontawesome-with-brands", "//at.alicdn.com/t/c/font_3871871_hii25yqhwzr.css"],
1717
favicon: "/logo.svg",
1818
logo: "/logo.svg",
1919

@@ -89,16 +89,23 @@ export default hopeTheme({
8989
notice: [
9090
{
9191
showOnce: true,
92+
fullscreen: true,
93+
confirm: true,
9294
path: "/",
9395
title: "🎉🎉🎉",
9496
content:
9597
'<b><center>扫码添加微信/关注公众号,及时获取最新资讯</br><img src="/contact/contact.png" width="180"></br>鼓励/支持/赞赏我</br><img src="/award/donate.svg" width="100"></b></center>',
9698
actions: [
9799
{
98-
text: "查看更多",
99-
link: "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIyNTg2MjkzNw==&action=getalbum&album_id=2501145320567963650&scene=173&from_msgid=2247496990&from_itemidx=1&count=3&nolastread=1#wechat_redirect",
100+
text: "已关注,开卷 🔜",
101+
link: "/",
100102
type: "primary",
101103
},
104+
{
105+
text: "查看合辑",
106+
link: "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIyNTg2MjkzNw==&action=getalbum&album_id=2501145320567963650&scene=173&from_msgid=2247496990&from_itemidx=1&count=3&nolastread=1#wechat_redirect",
107+
// type: "primary",
108+
}
102109
],
103110
},
104111
],

src/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,35 @@ features:
2424
- title: Java 教程
2525
icon: iconfont icon-java
2626
details: Java 基础保姆级教程
27+
link: /java-tutorial/
2728
- title: 求职面试
2829
icon: iconfont icon-interview
2930
details: 面试八股、简历修改
31+
link: /interview/
3032
- title: 框架|中间件
3133
icon: iconfont icon-framework
3234
details: 各种框架、中间件知识点总结
35+
link: /framework/
3336
- title: 计算机基础
3437
icon: iconfont icon-computer
3538
details: 网络、算法、数据结构等知识
39+
link: /cs-wiki/
3640
- title: 基础教程
3741
icon: iconfont icon-rocket
3842
details: IT 相关知识,助力工作学习
43+
link: /tutorial/
3944
- title: 编程语言
4045
icon: iconfont icon-order
4146
details: 学习其他编程语言的总结
47+
link: /program-language/
4248
- title: 你问我答
4349
icon: fa-solid fa-circle-question
4450
details: 回复常见疑问
51+
link: /QA/
4552
- title: 好物周刊
4653
icon: fa-solid fa-newspaper
4754
details: 记录每周有价值的信息
55+
link: /weekly/
4856
---
4957

5058
## 必看专栏

0 commit comments

Comments
 (0)