File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default async () => defineConfig({
36
36
{ text : '参考手册' , link : 'https://wa-lang.org/man/' } ,
37
37
{ text : 'Playground' , link : 'https://wa-lang.org/playground/' } ,
38
38
{ text : '碎碎念' , link : '/smalltalk/' , activeMatch : '/smalltalk/' } ,
39
- { text : '社区/捐赠 ' , link : '/community/' , activeMatch : '/community/' } ,
39
+ { text : '社区' , link : '/community/' , activeMatch : '/community/' } ,
40
40
] ,
41
41
42
42
socialLinks : [
@@ -91,7 +91,7 @@ export default async () => defineConfig({
91
91
] ,
92
92
'/community/' : [
93
93
{
94
- text : '社区/捐赠 ' ,
94
+ text : '社区' ,
95
95
items : [
96
96
{ text : '凹语言社区' , link : '/community/' } ,
97
97
{ text : '如何贡献代码' , link : '/community/contribute' } ,
Original file line number Diff line number Diff line change @@ -29,5 +29,6 @@ title: 社区
29
29
![ ] ( /donate/wa-donate-gitee.jpg )
30
30
31
31
捐赠的金额会最终会以反馈凹语言贡献点的方式表示感谢。如果想了解其他的捐赠和合作的途径,请添加“凹语言群助手”微信号咨询。
32
+
32
33
谢谢大家对凹语言的支持!
33
34
You can’t perform that action at this time.
0 commit comments