@hlw-uni/mp-cli 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hlw-uni/mp-cli",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "uniapp 小程序脚手架生成器",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {
@@ -1,3 +1,4 @@
1
- VITE_API_BASE_URL=http://localhost:3000/api
1
+ # 开发环境接口地址(小程序不支持 localhost,请改为本机局域网 IP,如 http://192.168.1.100:3000/api
2
+ VITE_API_BASE_URL=
2
3
  VITE_SIG_SECRET=your-secret-key-here
3
4
  VITE_PLUGIN_NAME=plugin-qz
@@ -1,3 +1,4 @@
1
- VITE_API_BASE_URL=http://localhost:3000/api
1
+ # 开发环境接口地址(小程序不支持 localhost,请改为本机局域网 IP,如 http://192.168.1.100:3000/api
2
+ VITE_API_BASE_URL=
2
3
  VITE_SIG_SECRET=your-secret-key-here
3
4
  VITE_PLUGIN_NAME=plugin-qz