From 42f7df8f4ac097c521b21683dff607e39f4c3e4a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 9 May 2026 21:40:35 +0800 Subject: [PATCH] fix: refine data cleanup settings tab Move the data tab before log, hide retention fields until cleanup is enabled, and remove the extra download files prompt to keep the advanced settings flow focused. --- src/views/setting/AccountSettingSystem.vue | 145 ++++++++++----------- 1 file changed, 71 insertions(+), 74 deletions(-) diff --git a/src/views/setting/AccountSettingSystem.vue b/src/views/setting/AccountSettingSystem.vue index 4fde21d0..7f067a33 100644 --- a/src/views/setting/AccountSettingSystem.vue +++ b/src/views/setting/AccountSettingSystem.vue @@ -1527,12 +1527,12 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
{{ t('setting.system.network') }}
- -
{{ t('setting.system.log') }}
-
{{ t('setting.system.data') }}
+ +
{{ t('setting.system.log') }}
+
{{ t('setting.system.lab') }}
@@ -1921,6 +1921,74 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => { + +
+ + + + + + +
+
@@ -1986,77 +2054,6 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
- -
- - - - - - - {{ t('setting.system.downloadFilesCleanupNotice') }} - - - - - - - - - - - - - - - -
-