mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 12:17:28 +08:00
webui: add sessions/memory management and show full hot-reload field details
This commit is contained in:
@@ -13,7 +13,7 @@ export type CronJob = {
|
||||
to?: string;
|
||||
};
|
||||
export type Cfg = Record<string, any>;
|
||||
export type View = 'dashboard' | 'chat' | 'config' | 'cron' | 'nodes';
|
||||
export type View = 'dashboard' | 'chat' | 'config' | 'cron' | 'nodes' | 'memory';
|
||||
export type Lang = 'en' | 'zh';
|
||||
|
||||
export type LogEntry = {
|
||||
|
||||
Reference in New Issue
Block a user