Add archive event

This commit is contained in:
2022-04-23 20:32:04 +08:00
parent 430d8a7254
commit b498f0e0a4
3 changed files with 18 additions and 3 deletions
@@ -55,8 +55,10 @@ class SimulatorDesktop extends Component {
})
};
(window as any).setting = this.setting;
(window as any).status = this.status;
(window as any).LT = {
status: this.status,
setting: this.setting
};
this.electron = {} as ISimulatorAPI;
if ((window as any).API) {
+1 -1
View File
@@ -76,7 +76,7 @@ class SimulatorWeb extends Component {
}
// 鱼群模型测试
if (true) {
if (false) {
let fish1 = this.status.newGroup();
let fish2 = this.status.newGroup();
let shark = this.status.newGroup();