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