This commit is contained in:
2022-04-24 14:45:17 +08:00
parent 298688269c
commit 396b128a2c
3 changed files with 11 additions and 0 deletions
@@ -13,6 +13,7 @@ import { HeaderBar } from "@Component/HeaderBar/HeaderBar";
import { Popup } from "@Component/Popup/Popup";
import { Entry } from "../Entry/Entry";
import { Group } from "@Model/Group";
import DEMO from "../demo";
import "./SimulatorWeb.scss";
initializeIcons("https://img.mrkbear.com/fabric-cdn-prod_20210407.001/");
@@ -154,6 +155,10 @@ class SimulatorWeb extends Component {
}, 200)
}
setTimeout(() => {
this.status.archive.load(this.status.model, DEMO);
}, 200);
(window as any).LT = {
status: this.status,
setting: this.setting