mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat: choose halloween as default theme
This commit is contained in:
parent
56d905548c
commit
a1dee05825
@ -23,7 +23,7 @@ export const [endpointList, setEndpointList] = makePersisted(
|
||||
)
|
||||
|
||||
export const [curTheme, setCurTheme] = makePersisted(
|
||||
createSignal<(typeof themes)[number]>('business'),
|
||||
createSignal<(typeof themes)[number]>('halloween'),
|
||||
{ name: 'theme', storage: localStorage },
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user