chore: sync

This commit is contained in:
lisonge
2023-08-28 19:59:41 +08:00
parent b39ec280a6
commit 64e48f6b3d
3 changed files with 28 additions and 2 deletions

15
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 19,
"version": 20,
"author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription",
"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",
"groups": [

View File

@@ -1,7 +1,7 @@
{
"name": "@gkd-kit/subscription",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"main": "./dist/gkd.json",
"unpkg": "./dist/gkd.json",
"jsdelivr": "./dist/gkd.json",

View 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]`],
},
],
};