mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
fix: fix errors and reformat code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { LIGHT_MODE, DARK_MODE, AUTO_MODE } from "@constants/constants"
|
||||
import type { LIGHT_MODE, DARK_MODE, AUTO_MODE } from '@constants/constants'
|
||||
|
||||
export type SiteConfig = {
|
||||
title: string
|
||||
@@ -63,4 +63,7 @@ export type LicenseConfig = {
|
||||
url: string
|
||||
}
|
||||
|
||||
export type LIGHT_DARK_MODE = typeof LIGHT_MODE | typeof DARK_MODE | typeof AUTO_MODE
|
||||
export type LIGHT_DARK_MODE =
|
||||
| typeof LIGHT_MODE
|
||||
| typeof DARK_MODE
|
||||
| typeof AUTO_MODE
|
||||
|
||||
Reference in New Issue
Block a user