mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* Update com.chinarainbow.tft.ts * feat(天府通): 弹窗广告 --------- Co-authored-by: lisonge <i@songe.li> close #2549
29 lines
723 B
TypeScript
29 lines
723 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chinarainbow.tft',
|
|
name: '天府通',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: 'Image[text=""] < @View +4 [text="反馈"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13269854',
|
|
},
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
matches:
|
|
'[id="com.byted.pangle.m:id/tt_reward_full_count_down_after_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13468554',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|