From 0c84449b7796f37c7b16f3bb9221df2085ac6fc0 Mon Sep 17 00:00:00 2001 From: rdkartono Date: Wed, 20 Aug 2025 16:42:06 +0700 Subject: [PATCH] commit 20/08/2025 --- .idea/inspectionProfiles/Project_Default.xml | 3 + .../fasterxml_jackson_core_databind.xml | 12 ++ .../fasterxml_jackson_module_kotlin.xml | 17 ++ .idea/libraries/github_oshi_core.xml | 13 ++ .idea/libraries/google_code_gson.xml | 11 ++ .idea/libraries/io_javalin.xml | 49 +++--- .idea/libraries/slf4j_simple.xml | 11 ++ .idea/misc.xml | 1 - AAS_NewGen.iml | 5 + .../assets/bootstrap/css/bootstrap.min.css | 5 + .../assets/bootstrap/js/bootstrap.min.js | 6 + .../assets/css/Login-Form-Basic-icons.css | 57 +++++++ html/webpage/assets/js/jquery-3.7.1.min.js | 2 + html/webpage/assets/js/script.js | 93 +++++++++++ html/webpage/home.html | 90 +++++++++++ html/webpage/language.html | 67 ++++++++ html/webpage/log.html | 68 ++++++++ html/webpage/login.html | 42 +++++ html/webpage/messagebank.html | 67 ++++++++ html/webpage/setting.html | 22 +++ html/webpage/soundbank.html | 73 +++++++++ html/webpage/timer.html | 67 ++++++++ src/Main.kt | 9 +- src/codes/Somecodes.kt | 42 +++++ src/database/MariaDB.kt | 23 +-- src/web/WebApp.kt | 145 ++++++++++++++++++ src/web/WebsocketCommand.kt | 4 + src/web/WebsocketReply.kt | 4 + 28 files changed, 966 insertions(+), 42 deletions(-) create mode 100644 .idea/libraries/fasterxml_jackson_core_databind.xml create mode 100644 .idea/libraries/fasterxml_jackson_module_kotlin.xml create mode 100644 .idea/libraries/github_oshi_core.xml create mode 100644 .idea/libraries/google_code_gson.xml create mode 100644 .idea/libraries/slf4j_simple.xml create mode 100644 html/webpage/assets/bootstrap/css/bootstrap.min.css create mode 100644 html/webpage/assets/bootstrap/js/bootstrap.min.js create mode 100644 html/webpage/assets/css/Login-Form-Basic-icons.css create mode 100644 html/webpage/assets/js/jquery-3.7.1.min.js create mode 100644 html/webpage/assets/js/script.js create mode 100644 html/webpage/home.html create mode 100644 html/webpage/language.html create mode 100644 html/webpage/log.html create mode 100644 html/webpage/login.html create mode 100644 html/webpage/messagebank.html create mode 100644 html/webpage/setting.html create mode 100644 html/webpage/soundbank.html create mode 100644 html/webpage/timer.html create mode 100644 src/web/WebApp.kt create mode 100644 src/web/WebsocketCommand.kt create mode 100644 src/web/WebsocketReply.kt diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index a5a18af..433f5a8 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,7 +1,10 @@