From 7b38d2c8357ebeffd4b65219f168ee1f491e280b Mon Sep 17 00:00:00 2001 From: zhugy781 Date: Thu, 25 Dec 2025 14:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20export?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/web_tools.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/web_tools.dart b/lib/web_tools.dart index 7daed50..ad16aac 100644 --- a/lib/web_tools.dart +++ b/lib/web_tools.dart @@ -1,4 +1,5 @@ library; export 'package:web_tools/utils/app_bridge.dart'; -export 'package:web_tools/utils/config.dart'; \ No newline at end of file +export 'package:web_tools/utils/config.dart'; +export 'package:web_tools/utils/model/model.dart';