国内微信登录和手机验证码登录

This commit is contained in:
2026-08-03 14:38:26 +08:00
parent ec3445bba4
commit 6ae141d6f1
37 changed files with 324 additions and 146 deletions

View File

@@ -37,6 +37,7 @@ import androidx.annotation.StringDef
EventName.SetGoal,
EventName.RefreshMessage,
EventName.BluetoothSwitch,
EventName.PostValue,
EventName.BleReport,
EventName.BleFirmwareVersion,
EventName.BleReportData,
@@ -112,5 +113,6 @@ annotation class EventName {
//蓝牙透传
const val BlePassThrough = "blePassThrough"
const val PostValue = "value"
}
}