mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-01 17:39:46 +08:00
init
This commit is contained in:
15
static/plugins/rubick-plugin-demo/plugin.json
Normal file
15
static/plugins/rubick-plugin-demo/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"pluginName": "测试插件",
|
||||
"description": "我的第一个 rubick 插件",
|
||||
"main": "index.html",
|
||||
"version": "0.0.1",
|
||||
"logo": "logo.png",
|
||||
"features": [
|
||||
{
|
||||
"code": "hello",
|
||||
"explain": "这是一个测试的插件",
|
||||
"cmds":["hello", "你好"]
|
||||
}
|
||||
],
|
||||
"preload": "preload.js"
|
||||
}
|
||||
Reference in New Issue
Block a user