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

Commit

Permalink
feat(二柄): 分段广告 (#3799)
Browse files Browse the repository at this point in the history
close #3797
  • Loading branch information
DabengBa authored Jan 14, 2024
1 parent 419273f commit 264f81a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/apps/com.diershoubing.erbing.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.diershoubing.erbing',
name: '二柄',
groups: [
{
key: 6,
name: '分段广告',
quickFind: true,
rules: [
{
key: 1,
matches: '[id="com.diershoubing.erbing:id/mainV"] >n [text="广告"]',
exampleUrls:
'https://m.gkd.li/47232102/5498dc61-9f29-42c6-a75b-ac8471e48328',
snapshotUrls: 'https://i.gkd.li/import/13868396',
},
{
key: 2,
preKeys: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13868401',
},
],
},
],
});

0 comments on commit 264f81a

Please sign in to comment.