mirror of
https://github.com/blacktunes/sr-ghostly-grove.git
synced 2025-01-09 03:57:33 +08:00
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface Window {
|
|
BUILD_TIME: Date
|
|
}
|
|
|
|
/** 构建时间 */
|
|
declare const BUILD_TIME: number |