chore: sync

This commit is contained in:
lisonge 2023-08-28 20:59:21 +08:00
parent 4b027f1a2f
commit 2aabc163ac
3 changed files with 19 additions and 2 deletions

10
dist/gkd.json vendored
View File

@ -1,7 +1,7 @@
{ {
"id": 0, "id": 0,
"name": "默认订阅", "name": "默认订阅",
"version": 29, "version": 30,
"author": "lisonge", "author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription", "supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [ "apps": [
@ -807,6 +807,14 @@
{ {
"id": "com.snda.wifilocating", "id": "com.snda.wifilocating",
"groups": [ "groups": [
{
"key": -1,
"name": "WiFi万能钥匙-开屏广告",
"activityIds": "com.lantern.launcher.ui.MainActivity",
"rules": [
"TextView[text=\"广告\"] -3 RelativeLayout > TextView[text*=\"跳过\"]"
]
},
{ {
"key": 0, "key": 0,
"name": "WiFi万能钥匙-内部广告", "name": "WiFi万能钥匙-内部广告",

View File

@ -1,7 +1,7 @@
{ {
"name": "@gkd-kit/subscription", "name": "@gkd-kit/subscription",
"type": "module", "type": "module",
"version": "0.0.29", "version": "0.0.30",
"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,15 @@ import type { AppConfig } from '../types';
export default <AppConfig>{ export default <AppConfig>{
id: 'com.snda.wifilocating', id: 'com.snda.wifilocating',
groups: [ groups: [
{
key: -1,
name: `WiFi万能钥匙-开屏广告`,
activityIds: `com.lantern.launcher.ui.MainActivity`,
rules: [
// https://gkd-kit.gitee.io/import/38517192/4d6fdd1e-28ec-4b61-86e2-641b7b5b8899
`TextView[text="广告"] -3 RelativeLayout > TextView[text*="跳过"]`,
],
},
{ {
key: 0, key: 0,
name: 'WiFi万能钥匙-内部广告', name: 'WiFi万能钥匙-内部广告',