12345678910111213 |
- {
- "$schema": "https://wails.io/schemas/config.v2.json",
- "name": "爬虫开发平台",
- "outputfilename": "爬虫开发平台",
- "frontend:install": "npm install",
- "frontend:build": "npm run build",
- "frontend:dev:watcher": "npm run dev",
- "frontend:dev:serverUrl": "auto",
- "author": {
- "name": "xiaoa7",
- "email": "394922814@qq.com"
- }
- }
|