mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(随手记): 开屏广告 (#336)
This commit is contained in:
15
src/apps/com.mymoney.ts
Normal file
15
src/apps/com.mymoney.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user