From 02150b6b37ea80a9e5bb2532257f18133d45226c Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 05 Feb 2026 17:07:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
uniapps/work-app/src/manifest.json | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/uniapps/work-app/src/manifest.json b/uniapps/work-app/src/manifest.json
index f305fea..96c48aa 100644
--- a/uniapps/work-app/src/manifest.json
+++ b/uniapps/work-app/src/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "吉安低空",
- "appid" : "__UNI__0981D7F",
+ "appid" : "__UNI__FFA6B4D",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@@ -29,7 +29,9 @@
"delay" : 0
},
/* 模块配置 */
- "modules" : {},
+ "modules" : {
+ "Share" : {}
+ },
/* 应用发布信息 */
"distribute" : {
/* android打包配置 */
@@ -59,7 +61,14 @@
"dSYMs" : false
},
/* SDK配置 */
- "sdkConfigs" : {},
+ "sdkConfigs" : {
+ "share" : {
+ "weixin" : {
+ "appid" : "__UNI__FFA6B4D",
+ "UniversalLinks" : ""
+ }
+ }
+ },
"icons" : {
"android" : {
"hdpi" : "src/static/images/app-logo.png",
--
Gitblit v1.9.3