初始化
This commit is contained in:
18
src/core/system/BasicSystemProcessInfo.ts
Normal file
18
src/core/system/BasicSystemProcessInfo.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { AppProcessInfo } from '@/core/process/AppProcessInfo.ts'
|
||||
|
||||
/**
|
||||
* 基础系统进程信息
|
||||
*/
|
||||
export const BasicSystemProcessInfo = new AppProcessInfo({
|
||||
name: 'basic-system',
|
||||
title: '基础系统进程',
|
||||
isJustProcess: true,
|
||||
version: {
|
||||
company: 'XZG',
|
||||
major: 1,
|
||||
minor: 0,
|
||||
build: 0,
|
||||
private: 0
|
||||
},
|
||||
singleton: true
|
||||
});
|
||||
Reference in New Issue
Block a user