mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
chore: sync
This commit is contained in:
15
dist/gkd.json
vendored
15
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 19,
|
"version": 20,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -778,6 +778,19 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "com.ss.android.article.video",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"key": 0,
|
||||||
|
"name": "西瓜视频-关闭青少年模式弹窗",
|
||||||
|
"activityIds": "com.ixigua.commonui.uikit.dialog.XGAlertDialog",
|
||||||
|
"rules": [
|
||||||
|
"TextView[text=\"我知道了\"][clickable=true]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "com.ss.android.ugc.aweme",
|
"id": "com.ss.android.ugc.aweme",
|
||||||
"groups": [
|
"groups": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.19",
|
"version": "0.0.20",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
13
src/apps/com.ss.android.article.video.ts
Normal file
13
src/apps/com.ss.android.article.video.ts
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
import type { AppConfig } from '../types';
|
||||||
|
|
||||||
|
export default <AppConfig>{
|
||||||
|
id: 'com.ss.android.article.video',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: `西瓜视频-关闭青少年模式弹窗`,
|
||||||
|
activityIds: `com.ixigua.commonui.uikit.dialog.XGAlertDialog`,
|
||||||
|
rules: [`TextView[text="我知道了"][clickable=true]`],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user