From 720fc60365ccf604195d0d4c12fa178337d51f45 Mon Sep 17 00:00:00 2001 From: pikachuim Date: Thu, 12 Jun 2025 17:21:53 +0800 Subject: [PATCH] deal ali cloud scan login --- .gitignore | 3 +- .idea/dictionaries/project.xml | 7 ++ .idea/workspace.xml | 28 ++++++- public/index.html | 37 ++++++++-- src/aliui.ts | 101 +++++++++++++++++++++++++ src/index.ts | 130 ++++----------------------------- src/oneui.ts | 125 +++++++++++++++++++++++++++++++ 7 files changed, 306 insertions(+), 125 deletions(-) create mode 100644 .idea/dictionaries/project.xml create mode 100644 src/aliui.ts create mode 100644 src/oneui.ts diff --git a/.gitignore b/.gitignore index 32b877b..aeb439e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ yarn-error.log* /.pnp .pnp.js -.vscode/* \ No newline at end of file +.vscode/* +.wrangler/* diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100644 index 0000000..0940581 --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,7 @@ + + + + alicloud + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 744779b..b64210c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,11 @@