fix protyle bug

This commit is contained in:
frostime 2023-10-27 21:04:12 +08:00
parent 8be20e023c
commit bc635356dc
2 changed files with 21 additions and 22 deletions

View file

@ -6,7 +6,7 @@
export let app;
let time: string = "";
let ver: string;
let ver: string = "";
let divProtyle: HTMLDivElement;
let protyle: any;