feat(多看): 小说推荐弹窗 (#2309)

This commit is contained in:
Kun Jinkao 2023-11-20 21:33:14 +08:00 committed by GitHub
parent d80333c4d8
commit ce5e4e416c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
], ],
}); });