mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 百度网盘-三星版本
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'com.baidu.netdisk.samsung',
|
||||
name: '百度网盘-三星版本',
|
||||
deprecatedKeys: [0],
|
||||
deprecatedKeys: [0, 3, 4],
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
@@ -34,36 +34,93 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击右上角x图标按钮',
|
||||
desc: '点击关闭',
|
||||
activityIds: 'com.baidu.netdisk.ui.MainActivity',
|
||||
rules:
|
||||
'[id="com.baidu.netdisk.samsung:id/cl_root"] > [id="com.baidu.netdisk.samsung:id/iv_close"]',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matches: '[id="com.baidu.netdisk.samsung:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12738331',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '局部广告-关闭购买套餐卡片广告',
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
activityIds: 'com.baidu.netdisk.ui.MainActivity',
|
||||
rules:
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matches:
|
||||
'[id="com.baidu.netdisk.samsung:id/buy_product_root"] > [id="com.baidu.netdisk.samsung:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12738388',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '局部广告-关闭[专属福利]卡片广告',
|
||||
key: 1,
|
||||
activityIds: 'com.baidu.netdisk.ui.MainActivity',
|
||||
rules:
|
||||
matches:
|
||||
'View[childCount=2] > @TextView[text=""][clickable=true] + TextView[text="专属福利"][clickable=false]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12738404',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '局部广告-关闭[今日福利]卡片广告',
|
||||
desc: '会员-我的会员-底部卡片广告,点击[去使用]右侧的x关闭图标',
|
||||
key: 2,
|
||||
activityIds: 'com.baidu.netdisk.ui.MainActivity',
|
||||
rules:
|
||||
matches:
|
||||
'@TextView[text=""][clickable=true] - TextView[text="去使用"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12738449',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '评价提示',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[vid="view_score_style"] > [text="以后再说"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/167a8392-23c8-4e84-a55f-4f91e7e560d8',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14893286',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '通知提示',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[vid="dialog_cancel"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/06ae328b-f852-407b-83ab-ec295d41baa4',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14893280',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 7,
|
||||
name: '功能类-[上新【专辑】功能]弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.baidu.netdisk.filealbum.ui.activity.FileAlbumListActivity',
|
||||
matches: '[vid="add_widget_dialog_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/256b5cad-a5ad-48e3-ba72-9c84447f2cac',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14893285',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user