mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
chore: sync
This commit is contained in:
8
dist/gkd.json
vendored
8
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 33,
|
||||
"version": 34,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -81,6 +81,11 @@
|
||||
{
|
||||
"id": "com.UCMobile",
|
||||
"groups": [
|
||||
{
|
||||
"key": -1,
|
||||
"name": "UC浏览器-开屏广告",
|
||||
"activityIds": "com.uc.browser.InnerUCMobile"
|
||||
},
|
||||
{
|
||||
"key": 0,
|
||||
"name": "UC浏览器-推荐页广告",
|
||||
@@ -181,6 +186,7 @@
|
||||
"name": "百度网盘-开屏广告",
|
||||
"activityIds": "com.baidu.netdisk.ui.Navigate",
|
||||
"rules": [
|
||||
"TextView[text=\"跳过\"][clickable=true]",
|
||||
"@TextView[text^=`跳过`] + TextView[text=`广告`]",
|
||||
"[id='com.byted.pangle:id/tt_splash_skip_btn']"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.33",
|
||||
"version": "0.0.34",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -3,6 +3,12 @@ import type { AppConfig } from '../types';
|
||||
export default <AppConfig>{
|
||||
id: 'com.UCMobile',
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: `UC浏览器-开屏广告`,
|
||||
activityIds: `com.uc.browser.InnerUCMobile`,
|
||||
// rules: ``,
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: 'UC浏览器-推荐页广告',
|
||||
|
||||
@@ -8,6 +8,8 @@ export default <AppConfig>{
|
||||
name: '百度网盘-开屏广告',
|
||||
activityIds: 'com.baidu.netdisk.ui.Navigate',
|
||||
rules: [
|
||||
// https://gkd-kit.gitee.io/import/38517192/edc1d0a6-ebdd-48b0-9e11-f0b2c277c40a
|
||||
`TextView[text="跳过"][clickable=true]`,
|
||||
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
|
||||
`[id='com.byted.pangle:id/tt_splash_skip_btn']`, // 1687136781353
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user