新增宣传页 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

@ -68,6 +68,7 @@ enum HomeRoute: Hashable {
case travelAlbumEntry
case operatingArea
case pilotCertification
case scenicPromotion
case modulePlaceholder(uri: String, title: String)
}