mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(高铁管家): 开屏广告 (#247)
* feat(高铁管家): 开屏 * feat(高铁管家): 开屏 * chore: 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
16
src/apps/com.gtgj.view.ts
Normal file
16
src/apps/com.gtgj.view.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.gtgj.view',
|
||||||
|
name: '高铁管家',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.gtgj.view.LaunchActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.gtgj.view:id/logo_img_container"] >2 FrameLayout[clickable=true] > TextView[text=`跳过`]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12684583'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user