Skip to content

Commit ed3cb83

Browse files
committed
fix: use material's star instead of emoji to avoid jsdelivr
1 parent ab474d2 commit ed3cb83

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,8 @@ input#mkdocs-content-password {
248248
height: auto;
249249
display: block;
250250
margin: 0 auto;
251-
}
251+
}
252+
253+
.icon-star {
254+
color: #ffac32;
255+
}

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ nostatistics: true
2424
### 新生入学向
2525

2626
- [新生入学流程](checkin.md)
27-
- [学长组 Q&A 总结 :star:](qa.md)
27+
- [学长组 Q&A 总结 :material-star:{ .icon-star }](qa.md)
2828
- [暑假购机推荐](machine.md)
29-
- [新生防诈骗指南 :star:](anti_fraud.md)
29+
- [新生防诈骗指南 :material-star:{ .icon-star }](anti_fraud.md)
3030
- [暑假学习建议](summer_study.md)
3131
- [校网连接指南](rvpn.md)
32-
- [实用工具推荐 :star:](tools.md)
32+
- [实用工具推荐 :material-star:{ .icon-star }](tools.md)
3333
- [校园生活指南](living.md)
3434

3535
### 学业指导向
@@ -38,4 +38,4 @@ nostatistics: true
3838
<!-- - [:octicons-link-external-16: 图灵班书籍转送统计](https://docs.qq.com/sheet/DU2RIT05ZZ3JnSG1y)(腾讯共享文档) -->
3939
<!-- - [图灵班选课指南 :star:](course_selection.md) -->
4040
- [课程学习建议](course_advice.md)
41-
- [如何让自己看上去、闻上去都像一个 CS 人 :star:](cser.md)
41+
- [如何让自己看上去、闻上去都像一个 CS 人 :material-star:{ .icon-star }](cser.md)

0 commit comments

Comments
 (0)