|
|
@@ -1,5 +1,5 @@
|
|
|
import type { BasicForm } from '@/types/form'
|
|
|
-import type { themeStyle } from '@/types/themeStyle'
|
|
|
+import type { ThemeStyle } from '@/types/themeStyle'
|
|
|
import navDark from '@/assets/svg/nav-theme-dark.svg'
|
|
|
import navLight from '@/assets/svg/nav-theme-light.svg'
|
|
|
import navH from '@/assets/svg/nav-h.svg'
|
|
|
@@ -48,7 +48,7 @@ export const orgFormConfig = reactive<BasicForm>({
|
|
|
]
|
|
|
})
|
|
|
|
|
|
-export const themeStyleList: themeStyle[] = [
|
|
|
+export const themeStyleList: ThemeStyle[] = [
|
|
|
{
|
|
|
name: 'nav-dark',
|
|
|
img: navDark,
|