🔨 监控逻辑.

This commit is contained in:
lijiahangmax
2025-09-09 21:25:44 +08:00
parent 3c75aedcec
commit 0b7faa038a
229 changed files with 13303 additions and 358 deletions

View File

@@ -23,6 +23,7 @@ const defaultConfig: AppState = {
hostView: 'table',
hostKeyView: 'table',
hostIdentityView: 'table',
monitorHostView: 'table',
};
export default defineStore('app', {

View File

@@ -47,4 +47,5 @@ export interface UserPreferenceView {
hostView: ViewType;
hostKeyView: ViewType;
hostIdentityView: ViewType;
monitorHostView: ViewType;
}