mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-21 20:42:04 +08:00
优化 ThemeSwitcher 组件,移除主题切换动画并在更新主题时刷新页面,以提升用户体验。同时,更新 Footer 组件的样式,添加指示器以增强导航效果。调整 UserProfile 组件的链接,更新为系统设定。对应用中心页面进行重构,按分组展示应用,提升可用性和视觉效果。
This commit is contained in:
@@ -29,7 +29,7 @@ export const SystemNavMenus = [
|
||||
to: '/discover',
|
||||
header: '发现',
|
||||
admin: false,
|
||||
footer: false,
|
||||
footer: true,
|
||||
},
|
||||
{
|
||||
title: '电影',
|
||||
@@ -38,7 +38,7 @@ export const SystemNavMenus = [
|
||||
to: '/subscribe/movie',
|
||||
header: '订阅',
|
||||
admin: false,
|
||||
footer: true,
|
||||
footer: false,
|
||||
},
|
||||
{
|
||||
title: '电视剧',
|
||||
@@ -47,7 +47,7 @@ export const SystemNavMenus = [
|
||||
to: '/subscribe/tv',
|
||||
header: '订阅',
|
||||
admin: false,
|
||||
footer: true,
|
||||
footer: false,
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user