Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(熊猫记账): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 6, 2024
1 parent e074901 commit 811d814
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/apps/com.uanmi.miaojiaccount.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});
2 changes: 1 addition & 1 deletion src/globalGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 811d814

Please sign in to comment.