From a9da119ab13a27b93a63b4d63b85c4b2ba0f35cc Mon Sep 17 00:00:00 2001 From: pikachuim Date: Fri, 13 Jun 2025 20:16:49 +0800 Subject: [PATCH] add server app --- .gitignore | 3 +- .idea/workspace.xml | 25 +++++++++++----- public/index.html | 8 +++-- src/115ui.ts | 45 ++++++++++++++++++---------- src/123ui.ts | 15 +++++----- src/aliui.ts | 20 ++++++++----- src/baidu.ts | 54 +++++++++++++++++++++------------- src/goapi.ts | 44 +++++++++++++++++---------- src/index.ts | 8 ++++- src/oneui.ts | 72 +++++++++++++++++++-------------------------- 10 files changed, 173 insertions(+), 121 deletions(-) diff --git a/.gitignore b/.gitignore index 9e88612..e9db484 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ yarn-error.log* .vscode/* .wrangler/* -wrangler.jsonc \ No newline at end of file +wrangler.jsonc +.idea \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3e4ba10..18a7cb5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,17 @@