mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
23 lines
682 B
TypeScript
23 lines
682 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.qihoo.browser',
|
|
name: '360浏览器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
activityIds: '.browser.download.ui.DownloadDetailActivity',
|
|
matches:
|
|
'LinearLayout[childCount=3] > TextView[text!=null] + @FrameLayout[id!=null][clickable=true][childCount=1] > ImageView[childCount=0][visibleToUser=true]',
|
|
exampleUrls: 'https://e.gkd.li/4e3c5950-6471-42bf-9785-dab271aa0a55',
|
|
snapshotUrls: 'https://i.gkd.li/i/20218587',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|