commit code.

This commit is contained in:
2022-12-30 01:56:26 +08:00
parent d81542921b
commit 7841e706f6
26 changed files with 378 additions and 273 deletions

7
env.d.ts vendored
View File

@@ -1 +1,8 @@
/// <reference types="vite/client" />
declare interface Window {
$message: any;
$notification: any;
$dialog: any;
$loadingBar: any;
}