保存一下

This commit is contained in:
2025-08-19 16:59:58 +08:00
parent 9c9387f6c2
commit e8749e3efa
8 changed files with 94 additions and 55 deletions

View File

@@ -31,7 +31,6 @@ export default class XSystem {
public initialization(dom: HTMLDivElement) {
this.run('basic-system', BasicSystemProcess).then(() => {
this.run('desktop', DesktopProcess).then((proc) => {
console.log(proc)
proc.mount(dom)
})
})