mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(极氪): 开屏广告 (#807)
This commit is contained in:
17
src/apps/com.zeekrlife.mobile.ts
Normal file
17
src/apps/com.zeekrlife.mobile.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.zeekrlife.mobile',
|
||||||
|
name: '极氪',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.zeekrlife.main.MainActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[id="com.zeekrlife.mobile:id/main_adv_skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12846375',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user