云·企业官网 软件版

This commit is contained in:
2025-02-11 18:22:34 +08:00
commit 34015e0384
17 changed files with 5338 additions and 0 deletions

43
package.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "websoft",
"version": "1.0.0",
"description": "gxtyzx",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"buider": "electron-builder"
},
"buider": {
"appId": "top.websoft.oa",
"productName": "网宿办公OA系统",
"win": {
"icon": "logo.ico",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"mac": {
"icon": "icons.icns"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
}
},
"author": "Websoft Inc.",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"electron": "^34.1.1",
"electron-builder": "^25.1.8",
"nodemon": "^3.1.9"
}
}