mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
43 lines
1.2 KiB
TypeScript
43 lines
1.2 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sina.weibolite',
|
|
name: '微博极速版',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '信息流广告',
|
|
desc: '点击广告卡片右上角x图标,点击[不感兴趣]',
|
|
activityIds: 'com.weico.international.activity.MainFragmentActivity',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '点击广告卡片右上角x图标',
|
|
matches: '[id="com.sina.weibolite:id/item_timeline_ad_action"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12738110',
|
|
},
|
|
{
|
|
preKeys: 0,
|
|
name: '点击[不感兴趣]',
|
|
matches:
|
|
'@View[clickable=true][childCount=1] > TextView[text="不感兴趣"||text$="interest"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12738132',
|
|
'https://i.gkd.li/import/13727657',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: 'APP评分',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.weico.international.activity.MainFragmentActivity',
|
|
rules: '[id="com.sina.weibolite:id/ed_btn_negative"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13727728',
|
|
},
|
|
],
|
|
});
|