Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: change default theme to light (
#14304
)
tags/1.0.0
Wu Tianwei
8 mesi fa
parent
8c9e34133c
commit
c242bb372b
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
web/app/layout.tsx
+ 1
- 1
web/app/layout.tsx
Vedi File
@@ -56,7 +56,7 @@ const LocaleLayout = ({
<ThemeProvider
attribute='data-theme'
forcedTheme='light'
defaultTheme='system'
defaultTheme='
light' // TODO: change to '
system'
when dark mode ready
enableSystem
disableTransitionOnChange
>
Write
Preview
Loading…
Annulla
Salva