Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(笔趣阁开心版):全屏广告-广告弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 26, 2024
1 parent 0c337ab commit b0f232b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.bqkkxb2023.read.tt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.bqkkxb2023.read.tt',
name: '笔趣阁开心版',
groups: [
{
key: 1,
name: '全屏广告-广告弹窗',
desc: '点击X',
rules: [
{
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches: 'View[childCount=7] > [text="反馈"] -4 View[index=0]',
exampleUrls:
'https://m.gkd.li/57941037/87ef6fc5-f105-490b-9312-b6e0a8c13f35',
snapshotUrls: 'https://i.gkd.li/import/14060595',
},
],
},
],
});

0 comments on commit b0f232b

Please sign in to comment.