feat: update

This commit is contained in:
ZiuChen
2022-08-14 19:42:27 +08:00
parent d405590d01
commit ecedd7901c
5 changed files with 112 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,17 +1,16 @@
{
"name": "clipboard",
"version": "1.0.0",
"pluginName": "剪板",
"description": "剪切板历史,snippet,代码片段",
"author": "inu1255",
"homepage": "https://github.com/inu1255/utools-clipboard",
"pluginName": "剪板",
"description": "强大的剪贴板管理工具",
"author": "ZiuChen",
"homepage": "https://github.com/ZiuChen",
"main": "index.html",
"preload": "preload.js",
"development": {
"main": "http://localhost:8081/"
},
"logo": "logo.png",
"platform": ["win32", "darwin", "linux"],
"platform": ["win32"],
"features": [
{
"code": "clipboard",

View File

@@ -1,7 +1,7 @@
// /*
// name: powerful_clipboard_manager
// name: clipboard_manager
// author: Github @ZiuChen
// lastUpdate: v0.0.1 2022/08/14
// lastUpdate: v1.0.0 2022/08/14
// desc: 监听剪贴板 读写本地文件
// */