feat(熊猫记账): 开屏广告

This commit is contained in:
AIsouler
2024-03-06 23:06:20 +08:00
parent e0749010e9
commit 811d8145b8
2 changed files with 25 additions and 1 deletions

View 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',
},
],
},
],
});

View File

@@ -133,8 +133,8 @@ const globalGroups: RawGlobalGroup[] = [
name: '青少年模式',
order: utils.YOUNG_ORDER,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
resetMatch: 'app',
actionCdKey: 0,
actionMaximumKey: 0,
rules: [