mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(熊猫记账): 开屏广告
This commit is contained in:
24
src/apps/com.uanmi.miaojiaccount.ts
Normal file
24
src/apps/com.uanmi.miaojiaccount.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.uanmi.miaojiaccount',
|
||||
name: '熊猫记账',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/d0f2f014-49e7-4f00-b207-c90e870693ea',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14511621',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user