feat: add global AntiRisk configuration support

- Add AntiRisk field to TConfig struct for global anti-risk switch
- Add SetAntiRisk method to configure global anti-risk setting
- Implement automatic AntiRisk application in mobile UI steps
- Global AntiRisk setting applies to all actions unless explicitly disabled
- Maintains backward compatibility with existing action-level AntiRisk settings
This commit is contained in:
lilong.129
2025-05-29 00:11:34 +08:00
parent 08a8b06578
commit c5fb391ef5
3 changed files with 48 additions and 19 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2505282311
v5.0.0-beta-2505290011