Skip to content

Commit eafe364

Browse files
committed
content: 20240607
1 parent bb30d63 commit eafe364

File tree

7 files changed

+71
-32
lines changed

7 files changed

+71
-32
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# vitepress build output
22
docs/.vitepress/dist
3+
docs/.vitepress/cache
34
.vscode/
45
node_modules/

docs/.vitepress/cache/deps/@theme_index.js

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/cache/deps/_metadata.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"hash": "e2daa399",
3-
"configHash": "e1075343",
2+
"hash": "1c0d0e00",
3+
"configHash": "8d11b0de",
44
"lockfileHash": "1dc8fc6a",
5-
"browserHash": "5ba18149",
5+
"browserHash": "ae88dca7",
66
"optimized": {
77
"vue": {
88
"src": "../../../../node_modules/.pnpm/vue@3.4.27/node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "87c81772",
10+
"fileHash": "87faf4f2",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
1414
"src": "../../../../node_modules/.pnpm/@vue+devtools-api@7.2.1_vue@3.4.27/node_modules/@vue/devtools-api/dist/index.js",
1515
"file": "vitepress___@vue_devtools-api.js",
16-
"fileHash": "ed2f8800",
16+
"fileHash": "bd4c6903",
1717
"needsInterop": false
1818
},
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../../node_modules/.pnpm/@vueuse+core@10.10.0_vue@3.4.27/node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "b869de87",
22+
"fileHash": "4554d08e",
2323
"needsInterop": false
2424
},
2525
"@theme/index": {
2626
"src": "../../../../node_modules/.pnpm/vitepress@1.2.3_@algolia+client-search@4.23.3_postcss@8.4.38_search-insights@2.14.0/node_modules/vitepress/dist/client/theme-default/index.js",
2727
"file": "@theme_index.js",
28-
"fileHash": "32d7ada1",
28+
"fileHash": "10149e49",
2929
"needsInterop": false
3030
}
3131
},

docs/20240607.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
看了 antfu 的这篇[开源的心理建设],挺感慨。看来做开源也一样,做的东西多了,就会感觉很累。
2+
3+
人类总归还是动物,需要自由的状态。所以要有逍遥游的心态,让自己处于最适合自己的状态。
4+
5+
他的这个铁三角图,也很值得参考。
6+
7+
![铁三角]
8+
9+
对我来说,品质和规模比速度更重要吧。当然一个人的话,规模也不可能大。所以要追求小而美小而精的产品,不需要太快太急,保持清静澄明即可。
10+
11+
[开源的心理建设]: https://antfu.me/posts/mental-health-oss-zh
12+
[铁三角]: /images/oss-mental-iron-triangle-zh.svg

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
text: API Examples
1515
link: /api-examples
1616
image:
17-
src: /avatar.png
17+
src: /images/avatar.png
1818
alt: 陆仕桑
1919

2020
features:
File renamed without changes.

0 commit comments

Comments
 (0)