| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "AI有声书",
- "appid": "__UNI__AUDIO_BOOK",
- "description": "AI有声书生成工具",
- "versionName": "1.0.0",
- "versionCode": "100",
- "transformPx": false,
- "h5": {
- "title": "AI有声书",
- "router": {
- "mode": "hash"
- },
- "devServer": {
- "port": 5173,
- "proxy": {
- "/api": {
- "target": "http://localhost:3000",
- "changeOrigin": true
- },
- "/uploads": {
- "target": "http://localhost:3000",
- "changeOrigin": true
- }
- }
- }
- },
- "mp-weixin": {
- "appid": "",
- "setting": {
- "urlCheck": false
- },
- "usingComponents": true
- }
- }
|