You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
[中文版](./README_zh_CN.md)
5
5
6
-
> Consistent with [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample)[v0.2.6](https://github.com/siyuan-note/plugin-sample/tree/v0.2.6)
6
+
> Consistent with [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample)[v0.2.8](https://github.com/siyuan-note/plugin-sample/tree/v0.2.8)
7
7
8
8
9
9
@@ -98,7 +98,10 @@ conveniently.
98
98
"custom": [
99
99
"https://ld246.com/sponsor"
100
100
]
101
-
}
101
+
},
102
+
"keywords": [
103
+
"sample", "示例"
104
+
]
102
105
}
103
106
```
104
107
@@ -137,6 +140,7 @@ conveniently.
137
140
*`patreon`: Patreon name
138
141
*`github`: GitHub login name
139
142
*`custom`: Custom sponsorship link list
143
+
*`keywords`: Search keyword list, used for marketplace search function
0 commit comments