feat(通达信): 开屏广告 (#527)

This commit is contained in:
Kun Jinkao
2023-10-01 02:31:59 +08:00
committed by GitHub
parent 6e55de82ea
commit 68c16bb163

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tdx.AndroidNew',
name: '通达信',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.tdx.Android.TdxAndroidActivity',
rules: '[id=null][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12774846',
},
],
});