mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
chore: sync
This commit is contained in:
7
dist/gkd.json
vendored
7
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 28,
|
"version": 29,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -304,7 +304,10 @@
|
|||||||
{
|
{
|
||||||
"key": -1,
|
"key": -1,
|
||||||
"name": "酷安-开屏广告",
|
"name": "酷安-开屏广告",
|
||||||
"activityIds": "com.coolapk.market.view.splash.SplashActivity",
|
"activityIds": [
|
||||||
|
"com.coolapk.market.view.splash.SplashActivity",
|
||||||
|
"com.coolapk.market.view.main.MainActivity"
|
||||||
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
"[id=\"com.byted.pangle.m:id/tt_splash_skip_btn\"]"
|
"[id=\"com.byted.pangle.m:id/tt_splash_skip_btn\"]"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.28",
|
"version": "0.0.29",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
@@ -6,8 +6,12 @@ export default <AppConfig>{
|
|||||||
{
|
{
|
||||||
key: -1,
|
key: -1,
|
||||||
name: `酷安-开屏广告`,
|
name: `酷安-开屏广告`,
|
||||||
activityIds: `com.coolapk.market.view.splash.SplashActivity`,
|
activityIds: [
|
||||||
|
`com.coolapk.market.view.splash.SplashActivity`,
|
||||||
|
`com.coolapk.market.view.main.MainActivity`,
|
||||||
|
],
|
||||||
rules: [`[id="com.byted.pangle.m:id/tt_splash_skip_btn"]`],
|
rules: [`[id="com.byted.pangle.m:id/tt_splash_skip_btn"]`],
|
||||||
|
// https://gkd-kit.gitee.io/import/38517192/4ba30986-55d4-4a94-b7e2-6cf7d9c6d66d
|
||||||
// https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108
|
// https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user