mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
63 lines
1.6 KiB
TypeScript
63 lines
1.6 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fan.app',
|
|
name: '十六番旅行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/470c6262-62ca-45c5-908c-8435d7b0e86f',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/14596657',
|
|
'https://i.gkd.li/i/13258011',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '局部广告-广告卡片',
|
|
activityIds: 'com.mvvm.view.LazyMapStrategyActivity_TengXun',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[desc^="dislike"] > View',
|
|
snapshotUrls: 'https://i.gkd.li/i/13258021',
|
|
},
|
|
{
|
|
preKeys: 0,
|
|
key: 1,
|
|
matches: '@LinearLayout > [text="不感兴趣"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13258015',
|
|
},
|
|
{
|
|
key: 2,
|
|
matches: '@Image < View -2 View >2 View > TextView[text="广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13258018',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '通知提示-请求通知弹窗',
|
|
desc: '自动点击“以后再说”',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.fan.app:id/tv_nj_later"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13601734',
|
|
},
|
|
],
|
|
});
|