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

This commit is contained in:
二刺螈
2023-09-25 00:59:47 +08:00
parent 1d4ae42d27
commit c0a7930604

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

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mymoney',
name: '随手记',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.mymoney.biz.splash.SplashScreenActivity',
rules: '[id="com.mymoney:id/external_ad_content"] >2 [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12709192',
},
],
});