This commit is contained in:
2025-11-07 15:26:30 +08:00
parent 54845f001b
commit a3d2e4305a
3 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -15,4 +15,7 @@
## 关于我
网名:Timeless小帅,00年,北漂打工仔,从事的嵌入式开发工作。
一个什么都想学会,可惜没有天赋,差点努力的普通人。
一个什么都想学会,可惜没有天赋,差点努力的普通人。
如果可以的话,可以加个微信好友,一起研究探讨问题
![](./assets/ztQN4XMYU5Kf.jpg)
Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

+5
View File
@@ -1,5 +1,10 @@
#!/bin/bash
echo "del cache"
rm -rf ./node_modules
rm -rf ./docs/.vitepress/cache
rm -rf ./docs/.vitepress/dist
echo "npm install"
npm install
echo "run docs:build"