mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-11 01:04:06 +08:00
chore: 添加多平台支持
This commit is contained in:
parent
1e75dc1a27
commit
01d71a042e
@ -24,10 +24,5 @@
|
|||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||||
"vue-template-compiler": "^2.6.11"
|
"vue-template-compiler": "^2.6.11"
|
||||||
},
|
}
|
||||||
"browserslist": [
|
|
||||||
"> 1%",
|
|
||||||
"last 2 versions",
|
|
||||||
"not dead"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"pluginName": "剪贴板",
|
"pluginName": "剪贴板",
|
||||||
"description": "强大的剪贴板管理工具",
|
"description": "强大的剪贴板管理工具",
|
||||||
"author": "ZiuChen",
|
"author": "ZiuChen",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"main": "http://localhost:8081/"
|
"main": "http://localhost:8081/"
|
||||||
},
|
},
|
||||||
"logo": "logo.png",
|
"logo": "logo.png",
|
||||||
"platform": ["win32"],
|
"platform": ["win32", "darwin", "linux"],
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"code": "clipboard",
|
"code": "clipboard",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user