移除内存监控相关设置及其翻译,简化系统设置界面

This commit is contained in:
jxxghp
2025-06-08 18:37:02 +08:00
parent d9a6b32e5f
commit 8e042d5691
4 changed files with 0 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ const SystemSettings = ref<any>({
SUBSCRIBE_STATISTIC_SHARE: true,
PLUGIN_STATISTIC_SHARE: true,
BIG_MEMORY_MODE: false,
MEMORY_MONITOR_ENABLE: false,
DB_WAL_ENABLE: false,
AUTO_UPDATE_RESOURCE: true,
MOVIEPILOT_AUTO_UPDATE: false,
@@ -723,14 +722,6 @@ onDeactivated(() => {
persistent-hint
/>
</VCol>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.MEMORY_MONITOR_ENABLE"
:label="t('setting.system.memoryMonitorEnable')"
:hint="t('setting.system.memoryMonitorEnableHint')"
persistent-hint
/>
</VCol>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.DB_WAL_ENABLE"