feat(exit): 添加验证码退出登录功能

新增ExitCodeActivity和ExitCodeViewModel,通过短信验证码实现安全退出登录,同时重构了多个ViewModel中的网络请求调用,并添加了桌面自定义信息实体类。
This commit is contained in:
2026-08-05 20:44:50 +08:00
parent a46540de74
commit 93f22b2678
38 changed files with 4308 additions and 3499 deletions

View File

@@ -2,7 +2,7 @@
<resources>
<!-- Your custom size defind by references, can be writted in anywhere, any module, any values/*.xml, for example: -->
<dimen name="card_common_margin_left">@dimen/dp_15</dimen>
<!-- <dimen name="card_common_margin_left">@dimen/dp_15</dimen>-->
<!-- dp and sp values, must be defind in this file! -->
<!-- view size,you can add if there is no one -->
@@ -15,7 +15,6 @@
<dimen name="dp_m_5">-5dp</dimen>
<dimen name="dp_m_2">-2dp</dimen>
<dimen name="dp_m_1">-1dp</dimen>
<dimen name="dp_0">0dp</dimen>
<dimen name="dp_0_1">0.1dp</dimen>
<dimen name="dp_0_5">0.5dp</dimen>
<dimen name="dp_1">1dp</dimen>