| 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": "rambo",
- "email": "ramboliang@163.com"
- }
- }
|