图片
This commit is contained in:
@@ -16,3 +16,6 @@
|
|||||||
网名:Timeless小帅,00年,北漂打工仔,从事的嵌入式开发工作。
|
网名:Timeless小帅,00年,北漂打工仔,从事的嵌入式开发工作。
|
||||||
|
|
||||||
一个什么都想学会,可惜没有天赋,差点努力的普通人。
|
一个什么都想学会,可惜没有天赋,差点努力的普通人。
|
||||||
|
|
||||||
|
如果可以的话,可以加个微信好友,一起研究探讨问题
|
||||||
|

|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "del cache"
|
||||||
|
rm -rf ./node_modules
|
||||||
|
rm -rf ./docs/.vitepress/cache
|
||||||
|
rm -rf ./docs/.vitepress/dist
|
||||||
|
|
||||||
echo "npm install"
|
echo "npm install"
|
||||||
npm install
|
npm install
|
||||||
echo "run docs:build"
|
echo "run docs:build"
|
||||||
|
|||||||
Reference in New Issue
Block a user