feat: 添加云盘与消息中心功能

This commit is contained in:
2026-07-09 22:37:43 +08:00
parent 8e356973bd
commit f20ec7f06c
91 changed files with 5437 additions and 89 deletions

View File

@ -37,8 +37,12 @@ enum HomeRouteHandler {
selectTab(.statistics, from: viewController)
case "system_settings":
viewController.navigationController?.pushViewController(SettingViewController(), animated: true)
case "message_center":
viewController.navigationController?.pushViewController(MessageCenterViewController(), animated: true)
case "space_settings":
viewController.navigationController?.pushViewController(ProfileSpaceSettingsViewController(), animated: true)
case "cloud_management":
viewController.navigationController?.pushViewController(CloudDriveListViewController(), animated: true)
case "pilot_cert":
let controller = RealNameAuthViewController()
viewController.navigationController?.pushViewController(controller, animated: true)