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:
9
dist/gkd.json
vendored
9
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 32,
|
"version": 33,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"name": "斗鱼-开屏广告",
|
"name": "斗鱼-开屏广告",
|
||||||
"activityIds": [
|
"activityIds": [
|
||||||
"com.douyu.module.home.pages.main.MainActivity",
|
"com.douyu.module.home.pages.main.MainActivity",
|
||||||
"miuix.appcompat.app.m"
|
"com.douyu.module.ad.launch.HotStartSplashActivity"
|
||||||
],
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
"@TextView[text^='跳过'] + LinearLayout TextView[text*=\"跳转\"]",
|
"@TextView[text^='跳过'] + LinearLayout TextView[text*=\"跳转\"]",
|
||||||
@@ -24,7 +24,10 @@
|
|||||||
"key": 1,
|
"key": 1,
|
||||||
"name": "斗鱼-青少年模式",
|
"name": "斗鱼-青少年模式",
|
||||||
"desc": "关闭青少年模式提醒弹窗",
|
"desc": "关闭青少年模式提醒弹窗",
|
||||||
"activityIds": "com.douyu.module.young.view.YoungModeGuideDialog",
|
"activityIds": [
|
||||||
|
"com.douyu.module.young.view.YoungModeGuideDialog",
|
||||||
|
"com.douyu.module.home.pages.main.MainActivity"
|
||||||
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
"[text='开启青少年模式'] + [text='我知道了']"
|
"[text='开启青少年模式'] + [text='我知道了']"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.32",
|
"version": "0.0.33",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export default <AppConfig>{
|
|||||||
name: '斗鱼-开屏广告',
|
name: '斗鱼-开屏广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.douyu.module.home.pages.main.MainActivity',
|
'com.douyu.module.home.pages.main.MainActivity',
|
||||||
`miuix.appcompat.app.m`,
|
`com.douyu.module.ad.launch.HotStartSplashActivity`,
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
// https://gkd-kit.gitee.io/import/38517192/50c858ee-d331-4d5a-b5db-5eb17323c5ff
|
// https://gkd-kit.gitee.io/import/38517192/50c858ee-d331-4d5a-b5db-5eb17323c5ff
|
||||||
@@ -20,7 +20,10 @@ export default <AppConfig>{
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: `斗鱼-青少年模式`,
|
name: `斗鱼-青少年模式`,
|
||||||
desc: `关闭青少年模式提醒弹窗`,
|
desc: `关闭青少年模式提醒弹窗`,
|
||||||
activityIds: `com.douyu.module.young.view.YoungModeGuideDialog`,
|
activityIds: [
|
||||||
|
`com.douyu.module.young.view.YoungModeGuideDialog`,
|
||||||
|
`com.douyu.module.home.pages.main.MainActivity`,
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
// https://gkd-kit.gitee.io/import/38517192/1c081a65-688a-406b-b67b-9bfb9aba0fad
|
// https://gkd-kit.gitee.io/import/38517192/1c081a65-688a-406b-b67b-9bfb9aba0fad
|
||||||
`[text='开启青少年模式'] + [text='我知道了']`, // 1686970236642
|
`[text='开启青少年模式'] + [text='我知道了']`, // 1686970236642
|
||||||
|
|||||||
Reference in New Issue
Block a user