mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
* feat: 开屏广告 * feat(小米钱包): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1271
17 lines
401 B
TypeScript
17 lines
401 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mipay.wallet',
|
|
name: '小米钱包',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.xiaomi.jr.app.MiFinanceActivity',
|
|
matchLauncher: true,
|
|
rules: '[id="com.mipay.wallet:id/skip"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13059351',
|
|
},
|
|
],
|
|
});
|