Files
qiweimanager-master/wails.json

21 lines
584 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "qiweimanager",
"outputfilename": "qiweimanager",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "lzquan129",
"email": "129opth@163.com"
},
"info": {
"companyName": "灵泽万川",
"productName": "灵泽万川企微售后客服",
"productVersion": "2.1.3",
"copyright": "Copyright © 灵泽万川",
"comments": "企业微信售后客服桌面工具"
}
}