fix(external-entry): preserve legacy private room links

This commit is contained in:
Codex
2026-07-27 11:28:27 +08:00
parent b21ef2f6ec
commit 01c55f5630
5 changed files with 89 additions and 36 deletions
+1
View File
@@ -6,6 +6,7 @@
* `/external-entry?target=chat&mode=promotion&promotion_type=voice`
* `/external-entry?target=chat&character=maya`
* `/external-entry?target=tip`
* `/external-entry?target=private-zone&character=nayeli`
*
* 页面不直接 `redirect()`,而是把数据交给 Client 组件先写入本地存储,
* 再通过 `router.replace()` 清理 URL 并跳转到最终页面。