保存一下
This commit is contained in:
@@ -11,6 +11,10 @@ import type { IProcess } from '@/core/process/IProcess.ts'
|
||||
import type { IProcessInfo } from '@/core/process/IProcessInfo.ts'
|
||||
import { ObservableWeakRefImpl } from '@/core/state/impl/ObservableWeakRefImpl.ts'
|
||||
import type { IObservable } from '@/core/state/IObservable.ts'
|
||||
import { NotificationService } from '@/core/service/services/NotificationService.ts'
|
||||
import { SettingsService } from '@/core/service/services/SettingsService.ts'
|
||||
import { WindowFormService } from '@/core/service/services/WindowFormService.ts'
|
||||
import { UserService } from '@/core/service/services/UserService.ts'
|
||||
|
||||
interface IGlobalState {
|
||||
isLogin: boolean
|
||||
@@ -28,6 +32,10 @@ export default class XSystem {
|
||||
|
||||
constructor() {
|
||||
console.log('XSystem')
|
||||
new NotificationService()
|
||||
new SettingsService()
|
||||
new WindowFormService()
|
||||
new UserService()
|
||||
}
|
||||
|
||||
public static get instance() {
|
||||
|
||||
Reference in New Issue
Block a user