From 29ec2fdf59945ac2c3249875ef24078b831f2231 Mon Sep 17 00:00:00 2001 From: pikachuim Date: Fri, 13 Jun 2025 17:21:19 +0800 Subject: [PATCH] deal 115 baidu cloud --- .idea/dictionaries/project.xml | 1 + .idea/workspace.xml | 38 +- README.md | 67 ++++ package-lock.json | 700 +++++++++++++++++++++++++++++++++ package.json | 2 + public/index.html | 63 ++- src/115ui.ts | 107 +++++ src/aliui.ts | 12 +- src/baidu.ts | 100 +++++ src/error.ts | 9 + src/goapi.ts | 107 +++++ src/index.ts | 35 +- src/oneui.ts | 46 ++- 13 files changed, 1258 insertions(+), 29 deletions(-) create mode 100644 src/115ui.ts create mode 100644 src/baidu.ts create mode 100644 src/error.ts create mode 100644 src/goapi.ts diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml index 0940581..9613b0f 100644 --- a/.idea/dictionaries/project.xml +++ b/.idea/dictionaries/project.xml @@ -2,6 +2,7 @@ alicloud + baiduyun \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b64210c..0e0a308 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,21 @@