chore: sync

This commit is contained in:
lisonge
2023-08-28 19:56:25 +08:00
parent d72a8dad48
commit b39ec280a6
3 changed files with 31 additions and 2 deletions

15
dist/gkd.json vendored
View File

@@ -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": [

View File

@@ -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",

View 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"]`,
],
},
],
};