mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:43:41 +08:00
feat(多看): 小说推荐弹窗 (#2309)
This commit is contained in:
parent
d80333c4d8
commit
ce5e4e416c
|
@ -12,5 +12,20 @@ export default defineAppConfig({
|
||||||
rules: '[id="com.duokan.reader:id/store_feed_layer_close"]',
|
rules: '[id="com.duokan.reader:id/store_feed_layer_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13248773',
|
snapshotUrls: 'https://i.gkd.li/import/13248773',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '小说推荐弹窗',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '退出阅读时的推荐弹窗',
|
||||||
|
activityIds: 'com.duokan.reader.DkMainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.duokan.reader:id/reading_stop_read_recommend_stop"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13413412',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user