feat: preferences settings panel to add display switches with copyright (#4603)

* feat: preferences settings panel to add display switches with copyright

* feat: 更新 snapshots 测试用例

---------

Co-authored-by: ZhangYantao <Gavin@163.com>
This commit is contained in:
GavinLucky
2024-10-10 21:59:43 +08:00
committed by GitHub
parent ba539f6793
commit 437cb02e11
8 changed files with 13 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import NumberFieldItem from '../number-field-item.vue';
import SwitchItem from '../switch-item.vue';
defineOptions({
name: 'PreferenceBreadcrumbConfig',
name: 'PreferenceSidebarConfig',
});
defineProps<{ disabled: boolean }>();