🔨 监控逻辑.
This commit is contained in:
@@ -23,6 +23,7 @@ const defaultConfig: AppState = {
|
||||
hostView: 'table',
|
||||
hostKeyView: 'table',
|
||||
hostIdentityView: 'table',
|
||||
monitorHostView: 'table',
|
||||
};
|
||||
|
||||
export default defineStore('app', {
|
||||
|
||||
@@ -47,4 +47,5 @@ export interface UserPreferenceView {
|
||||
hostView: ViewType;
|
||||
hostKeyView: ViewType;
|
||||
hostIdentityView: ViewType;
|
||||
monitorHostView: ViewType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user