mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(天府通): 弹窗广告 (#1907)
* Create com.chinarainbow.tft.ts * feat(天府通): 弹窗广告 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1902
This commit is contained in:
20
src/apps/com.chinarainbow.tft.ts
Normal file
20
src/apps/com.chinarainbow.tft.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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: [
|
||||
{
|
||||
matches: 'Image[text=""] < @View +4 [text="反馈"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13269854',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user