mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(bebird): 开屏广告 (#923)
* feat(bebird): 开屏广告(gkd-kit#922) * feat(bebird): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
16
src/apps/com.molink.john.hummingbird.ts
Normal file
16
src/apps/com.molink.john.hummingbird.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user