优化: 删除孤儿GeneralPanel.vue(拆3Section后零引用+plan阶段2弃用)
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<template>
|
||||
<!-- ═══ 通用设置(聚合壳:外观 + 性能 + 高级)═══
|
||||
阶段2 UX 重构:原 GeneralPanel 内联内容拆为 3 Section。
|
||||
本阶段(阶段2)Settings.vue 仍引 GeneralPanel,故此处作聚合壳组合 3 Section 保持不破;
|
||||
下一阶段(阶段3 master-detail)Settings.vue 改为直接引各 Section 后,本聚合壳即可弃用。 -->
|
||||
<AppearanceSection />
|
||||
<PerformanceSection />
|
||||
<AdvancedSection />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import AppearanceSection from '@/components/settings/AppearanceSection.vue'
|
||||
import PerformanceSection from '@/components/settings/PerformanceSection.vue'
|
||||
import AdvancedSection from '@/components/settings/AdvancedSection.vue'
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 阶段2 UX 重构:聚合壳仅组合 3 Section,无自身样式。
|
||||
各 Section 复用 settings.css 全局 .panel 等 class,Section 之间间距由父 .settings-grid 控制。 */
|
||||
</style>
|
||||
Reference in New Issue
Block a user