mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
优化 App 组件,添加全局设置注入,更新主题属性处理逻辑,增强背景图片获取功能,并实现图片地址的动态计算。重构 Footer 组件,简化菜单状态管理,提升导航体验。调整应用中心页面,增加分组标题,优化列表项的内边距,提升整体可用性和视觉效果。
This commit is contained in:
@@ -39,6 +39,9 @@ onMounted(() => {
|
||||
<VContainer>
|
||||
<!-- 遍历所有分组 -->
|
||||
<div v-for="(apps, header) in appGroups" :key="header" class="mb-3">
|
||||
<VListSubheader class="ps-1">
|
||||
{{ header }}
|
||||
</VListSubheader>
|
||||
<!-- 分组内容 - 使用卡片包装 -->
|
||||
<VCard variant="flat" class="settings-section-card">
|
||||
<VList lines="one" class="settings-list">
|
||||
@@ -94,7 +97,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.settings-list-item {
|
||||
padding: 12px 16px;
|
||||
padding: 8px 12px;
|
||||
transition: background-color 0.2s;
|
||||
|
||||
&:not(:last-child) {
|
||||
|
||||
Reference in New Issue
Block a user