mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +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": 18,
|
"version": 19,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -99,6 +99,19 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.bankabc",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"key": 0,
|
||||||
|
"name": "中国农业银行-开屏广告",
|
||||||
|
"activityIds": "com.alipay.mobile.quinox.LauncherActivity",
|
||||||
|
"rules": [
|
||||||
|
"ImageView[id=\"com.android.bankabc:id/close\"]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "com.android.thememanager",
|
"id": "com.android.thememanager",
|
||||||
"groups": [
|
"groups": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.18",
|
"version": "0.0.19",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
16
src/apps/com.android.bankabc.ts
Normal file
16
src/apps/com.android.bankabc.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import type { AppConfig } from '../types';
|
||||||
|
|
||||||
|
export default <AppConfig>{
|
||||||
|
id: 'com.android.bankabc',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: `中国农业银行-开屏广告`,
|
||||||
|
activityIds: `com.alipay.mobile.quinox.LauncherActivity`,
|
||||||
|
rules: [
|
||||||
|
// https://gkd-kit.gitee.io/import/38517192/3653218a-e0e0-4a60-8308-dea5fd4179b3
|
||||||
|
`ImageView[id="com.android.bankabc:id/close"]`,
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user