chore: 添加多平台支持

This commit is contained in:
ZiuChen 2022-08-15 12:38:40 +08:00
parent 1e75dc1a27
commit 01d71a042e
2 changed files with 3 additions and 8 deletions

View File

@ -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"
]
} }

View File

@ -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",