init commit

This commit is contained in:
ZiuChen
2022-08-14 16:29:18 +08:00
commit e8de8b6e06
16 changed files with 12483 additions and 0 deletions

22
public/plugin.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "clipboard",
"version": "1.0.0",
"pluginName": "剪切板",
"description": "剪切板历史,snippet,代码片段",
"author": "inu1255",
"homepage": "https://github.com/inu1255/utools-clipboard",
"main": "index.html",
"preload": "preload.js",
"development": {
"main": "http://localhost:8081/"
},
"logo": "logo.png",
"platform": ["win32", "darwin", "linux"],
"features": [
{
"code": "clipboard",
"explain": "剪切板历史、剪贴板快速粘贴",
"cmds": ["剪切板", "剪贴板", "Clipboard"]
}
]
}