[f2a 登录]
This commit is contained in:
yangyakun
2026-04-22 19:19:53 +08:00
parent bf2bd70538
commit 8755b95e5b
38 changed files with 1149 additions and 369 deletions

View File

@@ -14,4 +14,6 @@ interface IOchBizFunctionCall4Eagle {
fun isLogin(): Boolean
fun setVideoView(target: View?)
fun onLoginStateChange()
}

View File

@@ -10,6 +10,12 @@ interface ISopSettingListener {
*/
fun onDemoModeClickEvent(status: Boolean){}
/**
* 美化模式
*/
fun onLoginModeClickEvent(status: Boolean){}
/**
* 雨天模式
*/