Skip to content

Commit e64482f

Browse files
committed
🎨 Support HarmonyOS NEXT system siyuan-note/siyuan#13184
1 parent a235749 commit e64482f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ conveniently.
8383
* `url`: Plugin repo URL
8484
* `version`: Plugin version number, it is recommended to follow the [semver](https://semver.org/) specification
8585
* `minAppVersion`: Minimum version number of SiYuan required to use this plugin
86-
* `backends`: Backend environment required by the plugin, optional values are `windows`, `linux`, `darwin`, `docker`, `android`, `ios` and `all`
86+
* `backends`: Backend environment required by the plugin, optional values are `windows`, `linux`, `darwin`, `docker`, `android`, `ios`, `harmony` and `all`
8787
* `windows`: Windows desktop
8888
* `linux`: Linux desktop
8989
* `darwin`: macOS desktop
9090
* `docker`: Docker
9191
* `android`: Android APP
9292
* `ios`: iOS APP
93+
* `harmony`: HarmonyOS APP
9394
* `all`: All environments
9495
* `frontends`: Frontend environment required by the plugin, optional values are `desktop`, `desktop-window`, `mobile`, `browser-desktop`, `browser-mobile` and `all`
9596
* `desktop`: Desktop

README_zh_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@
7777
* `url`:插件仓库地址
7878
* `version`:插件版本号,建议遵循 [semver](https://semver.org/lang/zh-CN/) 规范
7979
* `minAppVersion`:插件支持的最低思源笔记版本号
80-
* `backends`:插件需要的后端环境,可选值为 `windows`, `linux`, `darwin`, `docker`, `android`, `ios` and `all`
80+
* `backends`:插件需要的后端环境,可选值为 `windows`, `linux`, `darwin`, `docker`, `android`, `ios`, `harmony` and `all`
8181
* `windows`:Windows 桌面端
8282
* `linux`:Linux 桌面端
8383
* `darwin`:macOS 桌面端
8484
* `docker`:Docker 端
8585
* `android`:Android 端
8686
* `ios`:iOS 端
87+
* `harmony`:鸿蒙端
8788
* `all`:所有环境
8889
* `frontends`:插件需要的前端环境,可选值为 `desktop`, `desktop-window`, `mobile`, `browser-desktop`, `browser-mobile` and `all`
8990
* `desktop`:桌面端

plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"darwin",
1111
"ios",
1212
"android",
13+
"harmony",
1314
"docker"
1415
],
1516
"frontends": [

0 commit comments

Comments
 (0)