fix(route/zaobao): update finance route path (#22705)

This commit is contained in:
Yulong Ming 2026-07-13 22:35:39 +08:00 committed by GitHub
parent 9d85d44492
commit ecfefda0fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@ async function handler(ctx) {
case 'zfinance':
name = '财经';
// this is for HK version; for SG version, it's redirected to
// /realtime/finance
sectionLink = '/finance/realtime';
sectionLink = '/realtime/finance';
break;