mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
16
src/apps/com.duokan.reader.ts
Normal file
16
src/apps/com.duokan.reader.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user