From 9545928a3507011dc22ba69850a3b6ee3bc79784 Mon Sep 17 00:00:00 2001 From: wkb Date: Fri, 6 Feb 2026 15:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=B7=E6=96=B0=E4=BA=A4?= =?UTF-8?q?=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/app_bridge.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/app_bridge.dart b/lib/utils/app_bridge.dart index cd91a8e..059b791 100644 --- a/lib/utils/app_bridge.dart +++ b/lib/utils/app_bridge.dart @@ -9,6 +9,7 @@ import 'package:flutter/foundation.dart'; // h5交互通知 原生 {type:'enum',data:'所需参数,可无'} enum ToFlutterAppEnum { close('close'), + reload('reload'), // 刷新 gameExit('gameExit'), createGame('createGame'), wantToPlay('wantToPlay'),