Explorar o código

修改提示文字

jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
4e055dcb6a

+ 2 - 2
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -573,11 +573,11 @@ public class BFRecordScreenController: BFBaseViewController {
         }
 
         recorderManager?.NeoNuiDebugHandle = { [weak self] msg in
-            self?.neoNuiDebugLabel.text = "录音机:\(msg ?? "")"
+            self?.neoNuiDebugLabel.text = "字幕服务:\(msg ?? "")"
         }
 
         recorderManager?.AudioQueueRecoderDebugHandle = { [weak self] msg in
-            self?.audioQueueRecoderLabel.text = "字幕服务:\(msg ?? "")"
+            self?.audioQueueRecoderLabel.text = "录音机:\(msg ?? "")"
         }
 
         view.backgroundColor = .black