From 472fdb08fbfd602b4084a347352dc8fc66b614eb Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Thu, 7 Nov 2024 00:34:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20web=20=E8=BE=93=E5=85=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/web/input_method/index.html | 53 +++++ assets/web/input_method/js/main.js | 57 +++++ assets/web/input_method/js/mdui2.global.js | 22 ++ .../style/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 | Bin 0 -> 128352 bytes .../web/input_method/style/google_icons.css | 23 ++ assets/web/input_method/style/mdui2.css | 1 + lib/common/conf/const_conf.dart | 1 + .../input_method/input_method_dialog_ui.dart | 64 +++++- .../input_method_dialog_ui_model.dart | 28 ++- .../input_method_dialog_ui_model.g.dart | 2 +- lib/ui/home/input_method/server.dart | 212 ++++++++++++++++++ lib/ui/home/input_method/server.freezed.dart | 171 ++++++++++++++ lib/ui/home/input_method/server.g.dart | 26 +++ .../input_method/server_qr_dialog_ui.dart | 95 ++++++++ .../advanced_localization_ui_model.dart | 2 - ...dvanced_localization_ui_model.freezed.dart | 19 +- .../advanced_localization_ui_model.g.dart | 2 +- .../localization/localization_dialog_ui.dart | 1 - .../localization/localization_ui_model.g.dart | 2 +- pubspec.yaml | 5 + 20 files changed, 759 insertions(+), 27 deletions(-) create mode 100644 assets/web/input_method/index.html create mode 100644 assets/web/input_method/js/main.js create mode 100644 assets/web/input_method/js/mdui2.global.js create mode 100644 assets/web/input_method/style/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 create mode 100644 assets/web/input_method/style/google_icons.css create mode 100644 assets/web/input_method/style/mdui2.css create mode 100644 lib/ui/home/input_method/server.dart create mode 100644 lib/ui/home/input_method/server.freezed.dart create mode 100644 lib/ui/home/input_method/server.g.dart create mode 100644 lib/ui/home/input_method/server_qr_dialog_ui.dart diff --git a/assets/web/input_method/index.html b/assets/web/input_method/index.html new file mode 100644 index 0000000..47840b4 --- /dev/null +++ b/assets/web/input_method/index.html @@ -0,0 +1,53 @@ + + +
+ + + + + + + + +