|
|
@@ -91,8 +91,8 @@ class QSLAppInfoController: QSLBaseController {
|
|
|
|
|
|
initView()
|
|
|
|
|
|
- let loadingVC = LoadingViewController()
|
|
|
- present(loadingVC, animated: true)
|
|
|
+// let loadingVC = LoadingViewController()
|
|
|
+// present(loadingVC, animated: true)
|
|
|
// photoClassifier.classifyPhotos { result in
|
|
|
// // 处理截图
|
|
|
// print("找到 \(result.screenshots.count) 张截图")
|