保存一下

This commit is contained in:
2025-08-28 08:05:16 +08:00
parent c4fb06f6a6
commit caaece6b4f
14 changed files with 107 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ import type { IProcessInfo } from '@/core/process/IProcessInfo.ts'
/**
* 基础系统进程
*/
export class BasicSystemProcess extends ProcessImpl{
export class BasicSystemProcess extends ProcessImpl {
private _isMounted: boolean = false;
public get isMounted() {