mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 08:42:21 +08:00
parent
419273f3d2
commit
264f81a2f1
28
src/apps/com.diershoubing.erbing.ts
Normal file
28
src/apps/com.diershoubing.erbing.ts
Normal file
|
@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user