Skip to content

Commit e0ab7f0

Browse files
committed
🎨 Add plugin config items backends and frontends siyuan-note/siyuan#8386
1 parent b284b75 commit e0ab7f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ conveniently.
4747
"url": "https://github.com/siyuan-note/plugin-sample",
4848
"version": "0.0.1",
4949
"minAppVersion": "2.9.0",
50-
"backends": ["all"],
51-
"frontends": ["all"],
50+
"backends": ["windows", "linux", "darwin"],
51+
"frontends": ["desktop", "browser-desktop"],
5252
"displayName": {
5353
"default": "Plugin Sample",
5454
"zh_CN": "插件示例"

README_zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"url": "https://github.com/siyuan-note/plugin-sample",
4343
"version": "0.0.1",
4444
"minAppVersion": "2.9.0",
45-
"backends": ["all"],
46-
"frontends": ["all"],
45+
"backends": ["windows", "linux", "darwin"],
46+
"frontends": ["desktop", "browser-desktop"],
4747
"displayName": {
4848
"default": "Plugin Sample",
4949
"zh_CN": "插件示例"

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "plugin-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/plugin-sample",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"minAppVersion": "2.9.0",
7-
"backends": ["all"],
8-
"frontends": ["all"],
7+
"backends": ["windows", "linux", "darwin"],
8+
"frontends": ["desktop", "browser-desktop"],
99
"displayName": {
1010
"default": "Plugin Sample",
1111
"zh_CN": "插件示例"

0 commit comments

Comments
 (0)