mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: update
This commit is contained in:
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 13 KiB |
@@ -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",
|
||||
|
@@ -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: 监听剪贴板 读写本地文件
|
||||
// */
|
||||
|
||||
|
Reference in New Issue
Block a user