feat: 添加主题管理功能,更新系统设置页面,优化用户体验

This commit is contained in:
2025-12-20 03:48:01 +07:00
parent 916cbe9d24
commit 5c06c7ce0a
14 changed files with 196 additions and 70 deletions

View File

@@ -68,7 +68,7 @@ const { user } = useAuth();
--background: #f4f6f8;
--border-color: #c6c5c5;
}
@media (prefers-color-scheme: dark) {
.ion-palette-dark {
.content-wrapper {
--background: #232324;
--border-color: #3a3a3b;