From f76954a702667e88515fbc44a0c4e0c92ff58a64 Mon Sep 17 00:00:00 2001 From: MoonLeeeaf <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sun, 13 Apr 2025 15:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E5=9C=A8=E5=B9=B2=E4=BB=80=E4=B9=88?= =?UTF-8?q?=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- client/index.html | 429 +-- client/{ => old}/client-side.js | 0 client/{ => old}/custom-elements-index.js | 0 client/{ => old}/global-appconfig.js | 0 client/{ => old}/icon.ico | Bin client/old/index.html | 448 +++ client/{ => old}/signin.html | 0 client/{ => old}/style-shared.css | 0 client/{ => old}/test.html | 0 client/{ => old}/ui-controller-index.js | 0 client/{ => old}/ui-controller-shared.js | 0 client/{ => old}/utils-shared.js | 0 client/ui/App.jsx | 5 + package-lock.json | 3784 +++++++++++++++++++++ package.json | 6 + server/api/Chat.js | 2 +- server/api/User.js | 2 +- server/build.js | 44 + server/main.js | 10 +- 20 files changed, 4304 insertions(+), 428 deletions(-) rename client/{ => old}/client-side.js (100%) rename client/{ => old}/custom-elements-index.js (100%) rename client/{ => old}/global-appconfig.js (100%) rename client/{ => old}/icon.ico (100%) create mode 100644 client/old/index.html rename client/{ => old}/signin.html (100%) rename client/{ => old}/style-shared.css (100%) rename client/{ => old}/test.html (100%) rename client/{ => old}/ui-controller-index.js (100%) rename client/{ => old}/ui-controller-shared.js (100%) rename client/{ => old}/utils-shared.js (100%) create mode 100644 client/ui/App.jsx create mode 100644 server/build.js diff --git a/.gitignore b/.gitignore index ee6f614..d5f8b3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules/ -whiteslik_data/ \ No newline at end of file +whitesilk_data/ \ No newline at end of file diff --git a/client/index.html b/client/index.html index 2ca8048..4d1dec0 100644 --- a/client/index.html +++ b/client/index.html @@ -14,434 +14,19 @@ - - - - - - + +