mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* feat(bebird): 开屏广告(gkd-kit#922) * feat(bebird): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
17 lines
435 B
TypeScript
17 lines
435 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.molink.john.hummingbird',
|
|
name: 'bebird',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
activityIds: 'com.molink.john.hummingbird.activity.WellComeActivity',
|
|
rules: '[id="com.molink.john.hummingbird:id/rl_timer"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12867595',
|
|
},
|
|
],
|
|
});
|