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

Commit

Permalink
feat(随手记):开屏广告 (#3785)
Browse files Browse the repository at this point in the history
close #3781
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent c4fcfea commit 61f8fa7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.mymoney.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.mymoney',
name: '随手记',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
desc: '点击跳过',
rules: [
{
matches:
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.mymoney:id/external_ad_content"]',
snapshotUrls: 'https://i.gkd.li/import/13855760',
},
],
},
],
});

0 comments on commit 61f8fa7

Please sign in to comment.