mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
chore: sync
This commit is contained in:
14
src/apps/cn.damai.ts
Normal file
14
src/apps/cn.damai.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'cn.damai',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: `大麦-开屏广告`,
|
||||
activityIds: `cn.damai.launcher.splash.SplashMainActivity`,
|
||||
// https://gkd-kit.gitee.io/import/38517192/38859663-6f0c-48b1-9392-20ae937a8c9e
|
||||
rules: `[id="cn.damai:id/homepage_advert_pb"]`,
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user