优化讲解数据请求与缓存管理
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-16 14:43:57 +08:00
parent 72885b7f54
commit d86845afeb
11 changed files with 259 additions and 137 deletions

2
src/env.d.ts vendored
View File

@@ -15,6 +15,8 @@ interface ImportMetaEnv {
readonly VITE_GUIDE_STATIC_DATA_BASE_URL?: string
readonly VITE_API_BASE_URL?: string
readonly VITE_AUDIO_API_BASE_URL?: string
readonly VITE_EXPLAIN_API_TIMEOUT_MS?: string
readonly VITE_AUDIO_API_TIMEOUT_MS?: string
readonly VITE_AUDIO_LANGUAGE?: 'zh-CN' | 'yue-HK' | 'en-US'
readonly VITE_SGS_API_BASE_URL?: string
readonly VITE_SGS_MAP_ID?: string