From 77a6e066317a2eff73fbe4e1a7b726e84846ef29 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 29 Dec 2024 02:38:47 +0800 Subject: [PATCH] Support `!` and `?` mode in WebUI - Long press to open mode menu - Show toast on error log #7 --- module/webui/index.html | 27 ++++++ module/webui/scripts/applist.js | 139 +++++++++++++++++++++++++++- module/webui/scripts/language.js | 4 +- module/webui/scripts/main.js | 9 +- module/webui/scripts/menu_option.js | 4 +- module/webui/styles/applist.css | 116 ++++++++++++++++++++++- module/webui/styles/global.css | 2 +- 7 files changed, 289 insertions(+), 12 deletions(-) diff --git a/module/webui/index.html b/module/webui/index.html index 2ae3529..b06c19c 100644 --- a/module/webui/index.html +++ b/module/webui/index.html @@ -90,10 +90,37 @@

+