From 44dd9c4eb8a2489c63a5eb53fd4254bbb3510e95 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 18 Jun 2026 09:14:57 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.4'

---
 package.json |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 064f526..97808fb 100644
--- a/package.json
+++ b/package.json
@@ -76,6 +76,7 @@
     "@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
     "@dcloudio/uni-ui": "^1.5.11",
     "dayjs": "^1.11.18",
+    "js-audio-recorder": "^1.0.7",
     "js-base64": "^3.7.4",
     "js-md5": "^0.7.3",
     "leaflet": "^1.9.4",
@@ -135,5 +136,30 @@
       "eslint --fix",
       "stylelint --fix"
     ]
+  },
+  "uni-app": {
+    "scripts": {
+      "h5-dev": {
+        "title": "H5 开发环境",
+        "env": {
+          "UNI_PLATFORM": "h5",
+          "ENV_NAME": "development"
+        }
+      },
+      "h5-test": {
+        "title": "H5 测试环境",
+        "env": {
+          "UNI_PLATFORM": "h5",
+          "ENV_NAME": "test"
+        }
+      },
+      "h5-prod": {
+        "title": "H5 生产环境",
+        "env": {
+          "UNI_PLATFORM": "h5",
+          "ENV_NAME": "production"
+        }
+      }
+    }
   }
 }

--
Gitblit v1.9.3