This commit is contained in:
hailin 2025-06-14 15:09:39 +08:00
parent b0d6d74853
commit 65310bc613
1 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,9 @@ export type ChainData = {
icon?: string
}[]
}
declare global {
interface Window {
RUNTIME_ENV?: Record<string, string>;
}
}