From c61482df10608c6e3b16f639d44996eb5539d890 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Thu, 28 May 2026 13:06:32 +0800 Subject: [PATCH] feat: add hot-category-more page route Co-Authored-By: Claude Opus 4.7 --- frontend/pages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/pages.json b/frontend/pages.json index e40367f..bb9a499 100644 --- a/frontend/pages.json +++ b/frontend/pages.json @@ -8,6 +8,15 @@ } } }, + { + "path": "pages/square/hot-category-more", + "style": { + "navigationBarTitleText": "热门推荐", + "navigationBarBackgroundColor": "#1a1a2e", + "navigationBarTextStyle": "white", + "backgroundColor": "#1a1a2e" + } + }, { "path": "pages/ai-dazi/index", "style": {