第N+1次提交

This commit is contained in:
xuhuixiang
2025-04-24 16:52:25 +08:00
parent 52a6c062c5
commit 0172042233
43 changed files with 3290 additions and 5007 deletions

View File

@@ -494,6 +494,13 @@
android:screenOrientation="portrait"
android:theme="@style/TransTheme"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".imkit.team.TeamMembersList1Activity"
android:exported="true"
android:finishOnTaskLaunch="true"
android:screenOrientation="portrait"
android:theme="@style/TransTheme"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".imkit.team.TeamManagerActivity"
android:exported="true"
@@ -588,6 +595,14 @@
android:name=".wallet.WalletInfoRedActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.ChongZhiLogActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.TiXianLogActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.MyWalletActivity"
android:exported="true"
@@ -605,6 +620,11 @@
android:exported="true"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".wallet.TiXianActivity"
android:exported="true"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".wallet.TopUpReusltActivity"
android:exported="true"