mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(智行旅行): 开屏广告 (#423)
This commit is contained in:
15
src/apps/cn.suanya.zhixing.ts
Normal file
15
src/apps/cn.suanya.zhixing.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.suanya.zhixing',
|
||||||
|
name: '智行旅行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.app.main.entrance.MainActivity',
|
||||||
|
rules: 'LinearLayout > TextView + TextView[id!=null][text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12739122',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user