Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

fix: 解决冲突后遗留问题

This commit is contained in:
pany 2022-10-21 18:06:56 +08:00
parent bbbcc44a0e
commit ec29772bdc

View File

@ -18,6 +18,10 @@ const themeList: IThemeList[] = [
{
title: "黑暗",
name: "dark"
},
{
title: "深蓝",
name: "dark-blue"
}
]