From 6d6e4a27a178f1b8d7fd0f4f9226b1291ac26348 Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sun, 11 May 2025 17:04:09 +0800 Subject: [PATCH] Refactor SettingItem.vue for improved readability and maintainability. Standardize template formatting, enhance indentation and spacing, and ensure consistent use of quotation marks. Update component properties and methods for better clarity and organization. --- src/components/settings/SettingItem.vue | 256 +++++++++++++++--------- 1 file changed, 164 insertions(+), 92 deletions(-) diff --git a/src/components/settings/SettingItem.vue b/src/components/settings/SettingItem.vue index fe4e16f..dda9a80 100644 --- a/src/components/settings/SettingItem.vue +++ b/src/components/settings/SettingItem.vue @@ -1,7 +1,7 @@