mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:52:20 +08:00
feat(MyCadillac): 开屏广告 (#1149)
This commit is contained in:
parent
4cd896d5eb
commit
e63459f6db
17
src/apps/com.shanghaigm.android.mycadillac.ts
Normal file
17
src/apps/com.shanghaigm.android.mycadillac.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.shanghaigm.android.mycadillac',
|
||||
name: 'MyCadillac',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds:
|
||||
'com.shanghaigm.android.mycadillac.account.ui.LoginAnimationActivity',
|
||||
rules:
|
||||
'[id="com.shanghaigm.android.mycadillac:id/tv_close"][text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12918198',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user