update:ChannelConfig 更新

This commit is contained in:
2026-07-14 20:20:03 +08:00
parent 2107f437a7
commit 7fe8ed85ec
64 changed files with 521 additions and 1367 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application>
<!-- TW 渠道,程序内部用来区分 -->
<meta-data android:name="com.arkgame.ft.channel" android:value="TW" />
<!-- AppsFlyer 用来区分 -->
<meta-data android:name="CHANNEL" android:value="TW" />
</application>
</manifest>