mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
refactor: Add frontend code to DB-GPT (#912)
This commit is contained in:
9
web/utils/index.ts
Normal file
9
web/utils/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/** Theme */
|
||||
export const STORAGE_THEME_KEY = '__db_gpt_theme_key';
|
||||
/** Language */
|
||||
export const STORAGE_LANG_KEY = '__db_gpt_lng_key';
|
||||
/** Init Message */
|
||||
export const STORAGE_INIT_MESSAGE_KET = '__db_gpt_im_key';
|
||||
|
||||
export * from './storage';
|
||||
export * from './constants';
|
Reference in New Issue
Block a user