Skip to content

Commit 3de8bc6

Browse files
committed
🐳 chore(update): 更新模板的依赖、文档等部分
1 parent 5f59ffe commit 3de8bc6

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[中文版](./README_zh_CN.md)
55

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)
77
88

99

@@ -98,7 +98,10 @@ conveniently.
9898
"custom": [
9999
"https://ld246.com/sponsor"
100100
]
101-
}
101+
},
102+
"keywords": [
103+
"sample", "示例"
104+
]
102105
}
103106
```
104107
@@ -137,6 +140,7 @@ conveniently.
137140
* `patreon`: Patreon name
138141
* `github`: GitHub login name
139142
* `custom`: Custom sponsorship link list
143+
* `keywords`: Search keyword list, used for marketplace search function
140144
141145
## Package
142146

README_zh_CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[English](./README.md)
55

66

7-
> 本例和 [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.6](https://github.com/siyuan-note/plugin-sample/tree/v0.2.6)
7+
> 本例同 [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.8](https://github.com/siyuan-note/plugin-sample/tree/v0.2.8)
88
99
1. 使用 vite 打包
1010
2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
@@ -95,7 +95,10 @@
9595
"custom": [
9696
"https://ld246.com/sponsor"
9797
]
98-
}
98+
},
99+
"keywords": [
100+
"sample", "示例"
101+
]
99102
}
100103
```
101104
@@ -133,6 +136,7 @@
133136
* `patreon`:Patreon 名称
134137
* `github`:GitHub 登录名
135138
* `custom`:自定义赞助链接列表
139+
* `keywords`:搜索关键字列表,用于集市搜索功能
136140
137141
## 打包
138142

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"minimist": "^1.2.8",
2323
"rollup-plugin-livereload": "^2.0.5",
2424
"sass": "^1.62.1",
25-
"siyuan": "0.8.7",
25+
"siyuan": "0.8.8",
2626
"svelte": "^3.57.0",
2727
"ts-node": "^10.9.1",
2828
"typescript": "^5.0.4",

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "plugin-sample-vite-svelte",
33
"author": "frostime",
44
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
5-
"version": "0.2.6",
6-
"minAppVersion": "2.10.12",
5+
"version": "0.2.8",
6+
"minAppVersion": "2.10.14",
77
"backends": [
88
"windows",
99
"linux",

0 commit comments

Comments
 (0)