c349309
1
2
3
4
5
6
7
8
9
10
11
12
13
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_SERVER_ORIGIN_URL: string; readonly VITE_ENV: string; } interface Window { __WEWE_RSS_SERVER_ORIGIN_URL__?: string; } declare const __APP_VERSION__: string;