manifest.json 662 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "AI有声书",
  3. "appid": "__UNI__AUDIO_BOOK",
  4. "description": "AI有声书生成工具",
  5. "versionName": "1.0.0",
  6. "versionCode": "100",
  7. "transformPx": false,
  8. "h5": {
  9. "title": "AI有声书",
  10. "router": {
  11. "mode": "hash"
  12. },
  13. "devServer": {
  14. "port": 5173,
  15. "proxy": {
  16. "/api": {
  17. "target": "http://localhost:3000",
  18. "changeOrigin": true
  19. },
  20. "/uploads": {
  21. "target": "http://localhost:3000",
  22. "changeOrigin": true
  23. }
  24. }
  25. }
  26. },
  27. "mp-weixin": {
  28. "appid": "",
  29. "setting": {
  30. "urlCheck": false
  31. },
  32. "usingComponents": true
  33. }
  34. }