feat(多看): 首页-广告弹窗 (#1829)

close #1791
This commit is contained in:
jiuqianyuan
2023-11-05 19:49:04 +08:00
committed by GitHub
parent 28ef8f3af3
commit 50263cea41

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.duokan.reader',
name: '多看',
groups: [
{
key: 2,
name: '首页-广告弹窗',
quickFind: true,
activityIds: 'com.duokan.reader.DkMainActivity',
rules: '[id="com.duokan.reader:id/store_feed_layer_close"]',
snapshotUrls: 'https://i.gkd.li/import/13248773',
},
],
});