mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
374 B
TypeScript
16 lines
374 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.damai',
|
|
name: '大麦',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'cn.damai.launcher.splash.SplashMainActivity',
|
|
rules: '[id="cn.damai:id/homepage_advert_pb"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12472623',
|
|
},
|
|
],
|
|
});
|