This commit is contained in:
wyf
2025-05-24 17:02:47 +08:00
parent acfb262812
commit 3d45b7d991
22 changed files with 2990 additions and 1649 deletions

View File

@@ -63,7 +63,6 @@ Future<void> main() async {
await initLog();
await messageStatus();
startMessagePolling();
// 检查网络
Checknetwork.checkNetwork();
@@ -89,11 +88,11 @@ initLanguageSetting() {
Future<void> initWX() async {
Fluwx fluwx = Fluwx();
fluwx.registerApi(
//请填写自己的微信appid
appId: "wxeb2688220799e2c5",
doOnAndroid: true,
doOnIOS: true,
);
//请填写自己的微信appid
appId: "wxeb2688220799e2c5",
doOnAndroid: true,
doOnIOS: true,
universalLink: "https://app.he-info.com/theh/");
}
Timer? _messageTimer;