-
+
diff --git a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
index b28507d232..83e2910c9c 100644
--- a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
+++ b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue
@@ -36,7 +36,12 @@
:size="32"
style="background: none"
>
-
+
-
+
v.id === 'base-node')
.map((v: any) => {
apiInputParams.value = v.properties.api_input_field_list
- ? v.properties.api_input_field_list
- .map((v: any) => {
- return {
- name: v.variable,
- value: v.default_value
- }
- })
+ ? v.properties.api_input_field_list.map((v: any) => {
+ return {
+ name: v.variable,
+ value: v.default_value
+ }
+ })
: v.properties.input_field_list
- ? v.properties.input_field_list
- .filter((v: any) => v.assignment_method === 'api_input')
- .map((v: any) => {
- return {
- name: v.variable,
- value: v.default_value
- }
- })
- : []
+ ? v.properties.input_field_list
+ .filter((v: any) => v.assignment_method === 'api_input')
+ .map((v: any) => {
+ return {
+ name: v.variable,
+ value: v.default_value
+ }
+ })
+ : []
})
})
}
diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue
index 75ea0af414..5df4f22970 100644
--- a/ui/src/views/application-workflow/index.vue
+++ b/ui/src/views/application-workflow/index.vue
@@ -90,7 +90,12 @@
:size="32"
style="background: none"
>
-
+
-
+
-
+
{
window.open('https://maxkb.cn/pricing.html', '_blank')
diff --git a/ui/src/views/chat/auth/index.vue b/ui/src/views/chat/auth/index.vue
index e9d346867d..fd4e93671f 100644
--- a/ui/src/views/chat/auth/index.vue
+++ b/ui/src/views/chat/auth/index.vue
@@ -8,7 +8,12 @@
:size="32"
style="background: none"
>
-
+
-
+
-
+
-
+
-
+