From 5b1be05eb90169ffa5a2f422ffb8ca21c1a57a15 Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Tue, 11 Nov 2025 18:28:56 +0800 Subject: [PATCH] feat(index.html): add Vertex AI credential import UI - Implemented the UI for importing Vertex AI credentials, including file selection and input fields for location and JSON key. - Enhanced internationalization support with appropriate labels and hints in both English and Chinese. - Removed the previous implementation of the Vertex AI credential import section to streamline the code. --- index.html | 90 +++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/index.html b/index.html index 3be665e..2f9ddd2 100644 --- a/index.html +++ b/index.html @@ -428,6 +428,51 @@
+ + +
+
+

Vertex AI 凭证导入

+
+
+

+ 上传 Google 服务账号 JSON 并保存为 vertex-.json。 +

+
+ + +

留空则使用默认 us-central1。

+
+
+ +
+ + + +
+

仅支持 Google Cloud service account JSON。

+
+
+ +
+ +
+
@@ -479,51 +524,6 @@ - -
-
-

Vertex AI 凭证导入

-
-
-

- 上传 Google 服务账号 JSON 并保存为 vertex-.json。 -

-
- - -

留空则使用默认 us-central1。

-
-
- -
- - - -
-

仅支持 Google Cloud service account JSON。

-
-
- -
- -
-
-