feat: add version and bump pakcages

This commit is contained in:
2025-02-23 12:17:02 +08:00
parent 4e080a0b93
commit 70b6881a38
7 changed files with 187 additions and 172 deletions

6
typings.d.ts vendored
View File

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