Skip to content

Commit ef3ffef

Browse files
committed
feat: add 2025 TODO
1 parent 421fadc commit ef3ffef

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ function nav() {
6262
//侧标栏配置
6363
function sidebar() {
6464
return [
65+
{
66+
text: '2025年终总结',
67+
items: [
68+
{ text: '2025今年计划', link: '/posts/2025-今年计划' },
69+
]
70+
},
6571
{
6672
text: '2024年终总结',
6773
items: [

docs/posts/2025-今年计划/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2025年今年计划
2+
3+
> 最近在写一些客户端页面,作为一个变量命名困难户, 每每写到className='xxx'的时候,这个时候大脑仿佛停止了思考。真是让人头疼
4+
### 使用新的技术栈
5+
1. 今年计划尝试使用tailwindcss,看下能否解决每次命名的困难。

0 commit comments

Comments
 (0)