初始化
This commit is contained in:
15
src/core/desktop/DesktopProcessInfo.ts
Normal file
15
src/core/desktop/DesktopProcessInfo.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { AppProcessInfo } from '@/core/process/AppProcessInfo.ts'
|
||||
|
||||
export const DesktopProcessInfo = new AppProcessInfo({
|
||||
name: 'desktop',
|
||||
title: '桌面',
|
||||
version: {
|
||||
company: 'XZG',
|
||||
major: 1,
|
||||
minor: 0,
|
||||
build: 0,
|
||||
private: 0
|
||||
},
|
||||
singleton: true,
|
||||
isJustProcess: true
|
||||
})
|
||||
Reference in New Issue
Block a user