-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
需要增加插件标签以便适配不同平台及用户过滤
In what scenarios do you need this feature?
- Desktop Only,Mobile Only等平台tag
- Windows、Mac、Linux等系统过滤
- Kernel、App等插件影响对象过滤。
- 其他标签如果能支持自定义更好,最好是思源内置一部分,其他的类似论坛一样进行定制。
Describe the optimal solution
- 插件package.json增加tag属性,字符串数组
- 云端提供可选tag
- 集市可以根据tag进行过滤,并针对系统、平台等属性自动隐藏不适配的插件。
- 插件系统装载时不装载不适配的插件
- 对于其他平台下载的插件,已下载中展示为”不适配“
Describe the candidate solution
No response
Other information
No response