From 4259deb19122a4807d50c99ed4a95405ebe4a47c Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 10 四月 2026 08:40:18 +0800
Subject: [PATCH] #
---
rsf-design/src/components/core/layouts/art-settings-panel/widget/SettingActions.vue | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/rsf-design/src/components/core/layouts/art-settings-panel/widget/SettingActions.vue b/rsf-design/src/components/core/layouts/art-settings-panel/widget/SettingActions.vue
index c11991f..022010c 100644
--- a/rsf-design/src/components/core/layouts/art-settings-panel/widget/SettingActions.vue
+++ b/rsf-design/src/components/core/layouts/art-settings-panel/widget/SettingActions.vue
@@ -64,19 +64,16 @@
{ comment: '鏄惁鏄剧ず璇█鍒囨崲', key: 'showLanguage' },
{ comment: '鏄惁鏄剧ず杩涘害鏉�', key: 'showNprogress' },
{ comment: '鏄惁鏄剧ず璁剧疆寮曞', key: 'showSettingGuide' },
- { comment: '鏄惁鏄剧ず鑺傛棩鏂囨湰', key: 'showFestivalText' },
{ comment: '鏄惁鏄剧ず姘村嵃', key: 'watermarkVisible' },
{ comment: '鏄惁鑷姩鍏抽棴', key: 'autoClose' },
{ comment: '鏄惁鍞竴灞曞紑', key: 'uniqueOpened' },
{ comment: '鏄惁鑹插急妯″紡', key: 'colorWeak' },
{ comment: '鏄惁鍒锋柊', key: 'refresh' },
- { comment: '鏄惁鍔犺浇鑺傛棩鐑熻姳', key: 'holidayFireworksLoaded' },
{ comment: '杈规妯″紡', key: 'boxBorderMode' },
{ comment: '椤甸潰杩囨浮鏁堟灉', key: 'pageTransition' },
{ comment: '鏍囩椤垫牱寮�', key: 'tabStyle' },
{ comment: '鑷畾涔夊渾瑙�', key: 'customRadius' },
- { comment: '瀹瑰櫒瀹藉害', key: 'containerWidth', enumMap: ENUM_MAPS.containerWidth },
- { comment: '鑺傛棩鏃ユ湡', key: 'festivalDate', forceValue: '' }
+ { comment: '瀹瑰櫒瀹藉害', key: 'containerWidth', enumMap: ENUM_MAPS.containerWidth }
]
const valueToCode = (value, enumMap) => {
if (value === null) return 'null'
@@ -147,7 +144,6 @@
settingStore.setNprogress()
)
settingStore.setWorkTab(config.showWorkTab)
- settingStore.setShowFestivalText(config.showFestivalText)
settingStore.setWatermarkVisible(config.watermarkVisible)
toggleIfDifferent(settingStore.autoClose, config.autoClose, () => settingStore.setAutoClose())
toggleIfDifferent(settingStore.uniqueOpened, config.uniqueOpened, () =>
@@ -161,8 +157,6 @@
settingStore.setTabStyle(config.tabStyle)
settingStore.setCustomRadius(config.customRadius)
settingStore.setContainerWidth(config.containerWidth)
- settingStore.setFestivalDate(config.festivalDate)
- settingStore.setholidayFireworksLoaded(config.holidayFireworksLoaded)
location.reload()
} catch (error) {
console.error('閲嶇疆閰嶇疆澶辫触:', error)
--
Gitblit v1.9.1