mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-13 19:55:44 +00:00
10 lines
272 B
TypeScript
10 lines
272 B
TypeScript
/** 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';
|