mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 19:19:22 +08:00
fix: useless code removed
This commit is contained in:
@@ -26,9 +26,9 @@ export enum SubmitKey {
|
||||
}
|
||||
|
||||
export enum Theme {
|
||||
Auto = "auto",
|
||||
Dark = "dark",
|
||||
Light = "light",
|
||||
Auto = "Auto",
|
||||
Dark = "Dark",
|
||||
Light = "Light",
|
||||
}
|
||||
|
||||
export interface ChatConfig {
|
||||
|
||||
Reference in New Issue
Block a user