[8.2.2][feat]新增B2美化呈现UI开发

This commit is contained in:
xinfengkun
2025-09-08 10:29:28 +08:00
parent ee303ec357
commit bb2d4996fc
15 changed files with 146 additions and 28 deletions

View File

@@ -7,5 +7,7 @@ interface IReceivedMsgListener {
fun onDemoMode(isDemoMode: Boolean) {}
fun onB2DemoMode(isB2DemoMode: Boolean) {}
fun onFusionColor(fusionColor: Boolean){}
}