mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:19:28Z
24 lines
658 B
JSON
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"
|
|
}
|