mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +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": 27,
|
"version": 28,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"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",
|
"id": "cmb.pb",
|
||||||
"groups": [
|
"groups": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.27",
|
"version": "0.0.28",
|
||||||
"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.kwai.videoeditor.ts
Normal file
13
src/apps/com.kwai.videoeditor.ts
Normal 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="跳过"]`],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user