chore: sync

This commit is contained in:
lisonge
2023-08-28 19:32:20 +08:00
parent b6c8407f4f
commit a14b938d34
3 changed files with 17 additions and 2 deletions

10
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"id": 0, "id": 0,
"name": "默认订阅", "name": "默认订阅",
"version": 15, "version": 16,
"author": "lisonge", "author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription", "supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [ "apps": [
@@ -264,6 +264,14 @@
{ {
"id": "com.coolapk.market", "id": "com.coolapk.market",
"groups": [ "groups": [
{
"key": -1,
"name": "酷安-开屏广告",
"activityIds": "com.coolapk.market.view.splash.SplashActivity",
"rules": [
"[id=\"com.byted.pangle.m:id/tt_splash_skip_btn\"]"
]
},
{ {
"key": 0, "key": 0,
"name": "酷安-关闭卡片广告", "name": "酷安-关闭卡片广告",

View File

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

View File

@@ -3,6 +3,13 @@ import type { AppConfig } from '../types';
export default <AppConfig>{ export default <AppConfig>{
id: 'com.coolapk.market', id: 'com.coolapk.market',
groups: [ 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, key: 0,
name: '酷安-关闭卡片广告', name: '酷安-关闭卡片广告',