feat(随手记):开屏广告 (#3785)

close #3781
This commit is contained in:
AIsouler
2024-01-14 21:34:05 +08:00
committed by GitHub
parent c4fcfeaea7
commit 61f8fa7001

24
src/apps/com.mymoney.ts Normal file
View File

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