mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(MyCadillac): 开屏广告 (#1149)
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user