新增宣传页 Mock 模块并接入首页路由。

从 xh_test 同步 ScenicPromotion 演示页,补齐 MVVM 结构、本地资源、单元测试与模块文档,注册 promotion_page 首页入口。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 15:29:25 +08:00
parent a528d9b0d7
commit 1b1e93b9ca
30 changed files with 2661 additions and 4 deletions

View File

@ -48,6 +48,7 @@ final class HomeMenuRouterTests: XCTestCase {
("location_report", .destination(.locationReport)),
("location_report_history", .destination(.locationReportHistory)),
("report_photographer", .destination(.photographerReport)),
("promotion_page", .destination(.scenicPromotion)),
("pm", .destination(.projectManagement)),
("project_edit", .destination(.projectManagement)),
("pm_manager", .destination(.pmProjectManagement)),