mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-26 22:52:48 +08:00
32 lines
663 B
JSON
32 lines
663 B
JSON
{
|
|
"name": "rubick-system-feature",
|
|
"pluginName": "系统菜单",
|
|
"description": "系统菜单",
|
|
"main": "index.html",
|
|
"logo": "https://pic1.zhimg.com/80/v2-29152fe716010751db835adf591421f8_720w.png",
|
|
"version": "0.0.0",
|
|
"preload":"preload.js",
|
|
"pluginType": "ui",
|
|
"features": [
|
|
{
|
|
"code": "finder",
|
|
"explain": "插件市场",
|
|
"cmds":[
|
|
"插件市场"
|
|
]
|
|
},{
|
|
"code": "installed",
|
|
"explain": "已安装插件",
|
|
"cmds":[
|
|
"已安装插件", "installed"
|
|
]
|
|
},{
|
|
"code": "settings",
|
|
"explain": "偏好设置",
|
|
"cmds":[
|
|
"偏好设置"
|
|
]
|
|
}
|
|
]
|
|
}
|