feat(mobile,deploy): 接入安卓极光与华为通道并准备公网部署配置

客户端默认指向 jxd.jinniu.ink 的 HTTPS/WSS;登录后把 OpenIM userID 设为极光 alias。
华为 agconnect-services.json 不伪造、不入库。Master Secret 只从服务器文件注入。

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
编码工程师
2026-08-30 21:32:58 +08:00
co-authored by multica-agent
parent f35e1f03d5
commit f1fe4a3928
35 changed files with 687 additions and 64 deletions
+11 -1
View File
@@ -1,7 +1,7 @@
name: changlian
description: 畅联 —— 公司内部通讯 App(手机端)
publish_to: "none"
version: 1.0.6+7
version: 1.0.7+8
environment:
sdk: ">=3.6.0 <4.0.0"
@@ -37,6 +37,16 @@ dependencies:
open_filex: 4.7.0
# 通话房间号
uuid: 4.5.2
# 极光推送官方 Flutter 插件(MIT);厂商通道另见 jpush_flutter_android
jpush_flutter: 3.5.6
jpush_flutter_android: 1.0.2
# 极光安卓厂商通道:本阶段只开华为。AppKey 可进客户端;其余厂商密钥不要填。
jpush_android:
app_key: 95fc2352648a7d4568ac8d72
channel: developer-default
huawei:
enable: true
dev_dependencies:
flutter_test: