mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
395 B
TypeScript
16 lines
395 B
TypeScript
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://i.gkd.li/import/12709192',
|
|
},
|
|
],
|
|
});
|