temp: add eco

This commit is contained in:
2024-12-03 23:22:39 +08:00
parent eba5e4988e
commit a5d0e66b3c
12 changed files with 149 additions and 93 deletions

4
typings.d.ts vendored
View File

@@ -1,3 +1,5 @@
type SimpleObject = {
[key: string | number]: any;
};
};
declare var DEV_SERVER:boolean;