This commit is contained in:
muwoo
2021-06-02 17:17:09 +08:00
commit ce490acb6a
52 changed files with 16764 additions and 0 deletions

0
static/.gitkeep Normal file
View File

View File

@@ -0,0 +1,2 @@
node_modules
.idea

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
hello world123123
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View 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"
}

View File

@@ -0,0 +1,6 @@
const { readFileSync } = require('fs')
window.readConfig = function () {
const data = '123123'
return data
}

BIN
static/rocket-t.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

BIN
static/rocket.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B