mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(小米钱包): 开屏广告 (#1277)
* feat: 开屏广告 * feat(小米钱包): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1271
This commit is contained in:
16
src/apps/com.mipay.wallet.ts
Normal file
16
src/apps/com.mipay.wallet.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user