diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 6dcd9dfd1b..e792d6b288 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -40,8 +40,14 @@
- - + +
@@ -96,7 +102,13 @@
- +
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" > - + - + - + - + - +