This commit is contained in:
ct
2025-06-15 05:32:33 +08:00
parent 4547fe61ef
commit a3303dbdd1
6 changed files with 46 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ import { persist } from 'zustand/middleware';
// Immutable default settings
const defaultSettings = {
genAlphaSlang: true,
genAlphaSlang: false,
// Add more settings here
};