ref: 功能优化

This commit is contained in:
muwoo
2021-06-15 16:10:16 +08:00
parent d0e489c36a
commit 3446b294ac
16 changed files with 58 additions and 48 deletions

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -1,15 +0,0 @@
{
"pluginName": "测试插件",
"description": "我的第一个 rubick 插件",
"main": "index.html",
"version": "0.0.1",
"logo": "logo.png",
"features": [
{
"code": "hello",
"explain": "这是一个测试的插件",
"cmds":["hello", "你好"]
}
],
"preload": "preload.js"
}

View File

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