采集向量优化调试

This commit is contained in:
2026-01-08 15:02:44 +08:00
parent 378e6088e7
commit 2a55ddb617
35 changed files with 663 additions and 1112 deletions
@@ -5,7 +5,7 @@ import android.view.LayoutInflater
import android.view.View
import com.sw.dualscreen.databinding.DialogWarnBinding
class WarnDialog(
class RemindDialog(
context: Context,
var content:String,
var cancelBlock: () -> Unit = {},
@@ -31,5 +31,4 @@ class WarnDialog(
}
}
}