Files
Ant-Browser/wails.json
T
Ant Browser Release Bot 6f58a6c19a publish: 1.0.0 snapshot (bad2ec1)
channel: master
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T15:19:28Z
2026-03-13 23:19:29 +08:00

24 lines
658 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Ant Browser",
"outputfilename": "ant-chrome",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://127.0.0.1:5218",
"author": {
"name": "Ant Chrome Team",
"email": "team@example.com"
},
"info": {
"companyName": "Ant Chrome",
"productName": "Ant Browser",
"productVersion": "1.0.0",
"copyright": "Copyright © 2025",
"comments": "智能资讯聚合与AI处理平台"
},
"nsisType": "multiple",
"obfuscated": false,
"wailsjsdir": "./frontend/src"
}