refactor(History, Settings): 去掉搜索前面的冒号;去掉不应该存在的设置项

This commit is contained in:
2025-09-02 01:17:22 +08:00
parent 6941850d90
commit b4ebf2ccc1
2 changed files with 1 additions and 8 deletions

View File

@@ -361,13 +361,6 @@ onMounted(() => {
/>
<span class="switch-label">发送六星通知</span>
</div>
<div class="switch-item">
<Switch
v-model:checked="settings.Notify.IfPushPlyer"
@change="checked => handleSettingChange('Notify', 'IfPushPlyer', checked)"
/>
<span class="switch-label">启用PushPlus推送</span>
</div>
</Space>
</div>