mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
29 lines
778 B
TypeScript
29 lines
778 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.taobao.idlefish',
|
|
name: '闲鱼',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.taobao.idlefish:id/advert_close"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12668670',
|
|
'https://i.gkd.li/import/13049015',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '请求开启通知权限弹窗',
|
|
activityIds:
|
|
'com.idlefish.flutterbridge.flutterboost.boost.FishFlutterBoostTransparencyActivity',
|
|
rules: '[desc^="开启系统通知"] > ImageView[clickable=true][desc=null]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13538351',
|
|
},
|
|
],
|
|
});
|