mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-27 08:00:36 +08:00
feat: dark mode is used by default
This commit is contained in:
@@ -95,7 +95,7 @@ function toggleLanguage() {
|
||||
// =====================================================================
|
||||
// Theme
|
||||
// =====================================================================
|
||||
let currentTheme = localStorage.getItem('cow_theme') || 'light';
|
||||
let currentTheme = localStorage.getItem('cow_theme') || 'dark';
|
||||
|
||||
function applyTheme() {
|
||||
const root = document.documentElement;
|
||||
|
||||
Reference in New Issue
Block a user