mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
chore: sync
This commit is contained in:
10
dist/gkd.json
vendored
10
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 15,
|
||||
"version": 16,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -264,6 +264,14 @@
|
||||
{
|
||||
"id": "com.coolapk.market",
|
||||
"groups": [
|
||||
{
|
||||
"key": -1,
|
||||
"name": "酷安-开屏广告",
|
||||
"activityIds": "com.coolapk.market.view.splash.SplashActivity",
|
||||
"rules": [
|
||||
"[id=\"com.byted.pangle.m:id/tt_splash_skip_btn\"]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 0,
|
||||
"name": "酷安-关闭卡片广告",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -3,6 +3,13 @@ import type { AppConfig } from '../types';
|
||||
export default <AppConfig>{
|
||||
id: 'com.coolapk.market',
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: `酷安-开屏广告`,
|
||||
activityIds: `com.coolapk.market.view.splash.SplashActivity`,
|
||||
rules: [`[id="com.byted.pangle.m:id/tt_splash_skip_btn"]`],
|
||||
// https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '酷安-关闭卡片广告',
|
||||
|
||||
Reference in New Issue
Block a user