mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
38 lines
1.0 KiB
TypeScript
38 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xueqiu.android',
|
|
name: '雪球',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-信息流广告',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
activityIds:
|
|
'com.xueqiu.android.mainnesting.view.MainNestingActivity',
|
|
matches: '[id=`com.xueqiu.android:id/ad_close`]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/33366298/d05d1eec-cda5-4d37-a494-8eef7b7871dd',
|
|
snapshotUrls: 'https://i.gkd.li/i/13388227',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '局部广告-评论区广告',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
activityIds: 'com.xueqiu.android.community.StatusDetailActivity',
|
|
matches: '[id=`com.xueqiu.android:id/ad_card_close`]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/33366298/b223cc74-fd4f-45a2-89ab-4a18ddffc01c',
|
|
snapshotUrls: 'https://i.gkd.li/i/13388361',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|