mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:52:20 +08:00
feat(bebird): 开屏广告 (#923)
* feat(bebird): 开屏广告(gkd-kit#922) * feat(bebird): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
cc00c59d4a
commit
e0ff34049f
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user