修复点位精确匹配并调整加载提示
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-12 22:31:07 +08:00
parent f94af2de4d
commit 8e187d6d4f
3 changed files with 44 additions and 14 deletions

View File

@@ -383,7 +383,7 @@ const topTabFromHash = () => {
const launchOverlayMinDisplayMs = 700
const launchOverlayGuideTimeoutMs = 12000
const launchOverlayNonGuideTimeoutMs = 900
const launchOverlayDefaultText = '正在进入自然导览'
const launchOverlayDefaultText = '正在进入智能导览'
const shouldShowLaunchOverlay = () => {
if (typeof window === 'undefined') return false