返回 DeepSeek-Reasonix
vite-env.d.ts
根目录 / desktop / frontend / vite-env.d.ts
1 /// <reference types="vite/client" />
2
3 declare const __BUILD_COMMIT__: string;
4 declare const __BUILD_CHANNEL__: string;
5
5 lines TYPESCRIPT