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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ conveniently.
48
48
"version": "0.0.1",
49
49
"minAppVersion": "2.9.0",
50
50
"backends": ["windows", "linux", "darwin"],
51
-
"frontends": ["desktop", "browser-desktop"],
51
+
"frontends": ["desktop"],
52
52
"displayName": {
53
53
"default": "Plugin Sample",
54
54
"zh_CN": "插件示例"
@@ -78,8 +78,8 @@ conveniently.
78
78
*`url`: Plugin repo URL
79
79
*`version`: Plugin version number, it is recommended to follow the [semver](https://semver.org/) specification
80
80
*`minAppVersion`: Minimum version number of SiYuan required to use this plugin
81
-
*`backends`: Backend environment required by the plugin, optional values are `all`, `windows`, `linux`, `darwin`, `android`and `ios`
82
-
*`frontends`: Frontend environment required by the plugin, optional values are `all`, `desktop`, `desktop-window`, `mobile`, `browser-desktop`, `browser-mobile`
81
+
*`backends`: Backend environment required by the plugin, optional values are `windows`, `linux`, `darwin`, `docker`, `android`, `ios`and `all`
82
+
*`frontends`: Frontend environment required by the plugin, optional values are `desktop`, `desktop-window`, `mobile`, `browser-desktop`, `browser-mobile` and `all`
83
83
*`displayName`: Template display name, mainly used for display in the marketplace list, supports multiple languages
84
84
*`default`: Default language, must exist
85
85
*`zh_CN`, `en_US` and other languages: optional, it is recommended to provide at least Chinese and English
0 commit comments