chore: sync

This commit is contained in:
lisonge 2023-08-28 20:43:38 +08:00
parent 3613b6ada0
commit 4047c642ba
3 changed files with 28 additions and 2 deletions

15
dist/gkd.json vendored
View File

@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 27,
"version": 28,
"author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [
@ -30,6 +30,19 @@
}
]
},
{
"id": "air.tv.douyu.android",
"groups": [
{
"key": 0,
"name": "快影-开屏广告",
"activityIds": "com.kwai.videoeditor.activity.splash.InnerVideoSplashActivity",
"rules": [
"Button[text=\"跳过\"]"
]
}
]
},
{
"id": "cmb.pb",
"groups": [

View File

@ -1,7 +1,7 @@
{
"name": "@gkd-kit/subscription",
"type": "module",
"version": "0.0.27",
"version": "0.0.28",
"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: 'air.tv.douyu.android',
groups: [
{
key: 0,
name: `快影-开屏广告`,
activityIds: `com.kwai.videoeditor.activity.splash.InnerVideoSplashActivity`,
rules: [`Button[text="跳过"]`],
},
],
};