完善景区排队设置页与全局按钮配置迁移。
重构排队设置与变更日志交互,补充 Overlay 与资源,并将多页面主操作按钮统一到 UIButton Configuration,同步更新相关单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -33,10 +33,10 @@ final class MaterialListViewController: BaseViewController {
|
||||
/// 初始化素材管理列表页。
|
||||
init(
|
||||
viewModel: MaterialListViewModel = MaterialListViewModel(),
|
||||
api: any MaterialManagementServing = NetworkServices.shared.materialManagementAPI
|
||||
api: (any MaterialManagementServing)? = nil
|
||||
) {
|
||||
self.viewModel = viewModel
|
||||
self.api = api
|
||||
self.api = api ?? NetworkServices.shared.materialManagementAPI
|
||||
super.init(nibName: nil, bundle: nil)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user