@@ -262,11 +262,14 @@
-
+
+
+
@@ -311,7 +314,7 @@ const defaultSetting = {
float_icon: '',
user_avatar: '',
disclaimer: true,
- disclaimer_value: '「以上内容均由AI生成,仅供参考和借鉴」',
+ disclaimer_value: '「以上内容均由 AI 生成,仅供参考和借鉴」',
custom_theme: {
theme_color: '',
header_font_color: '#1f2329'
@@ -336,7 +339,7 @@ const xpackForm = ref
({
float_icon: '',
user_avatar: '',
disclaimer: true,
- disclaimer_value: '「以上内容均由AI生成,仅供参考和借鉴」',
+ disclaimer_value: '「以上内容均由 AI 生成,仅供参考和借鉴」',
custom_theme: {
theme_color: '',
header_font_color: '#1f2329'
@@ -412,6 +415,10 @@ const open = (data: any, content: any) => {
dialogVisible.value = true
}
+const changeValue = (value: string) => {
+ xpackForm.value.disclaimer_value = value
+}
+
const submit = async (formEl: FormInstance | undefined) => {
if (!formEl) return
await formEl.validate((valid, fields) => {
diff --git a/ui/src/views/authentication/component/SCAN.vue b/ui/src/views/authentication/component/SCAN.vue
index c0d254def..eee5efe2c 100644
--- a/ui/src/views/authentication/component/SCAN.vue
+++ b/ui/src/views/authentication/component/SCAN.vue
@@ -54,9 +54,12 @@
text
@click="toggleShowPassword(item.key)"
>
-
+
+
+
+