mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
chore: sync
This commit is contained in:
10
dist/gkd.json
vendored
10
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 29,
|
||||
"version": 30,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -807,6 +807,14 @@
|
||||
{
|
||||
"id": "com.snda.wifilocating",
|
||||
"groups": [
|
||||
{
|
||||
"key": -1,
|
||||
"name": "WiFi万能钥匙-开屏广告",
|
||||
"activityIds": "com.lantern.launcher.ui.MainActivity",
|
||||
"rules": [
|
||||
"TextView[text=\"广告\"] -3 RelativeLayout > TextView[text*=\"跳过\"]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 0,
|
||||
"name": "WiFi万能钥匙-内部广告",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -3,6 +3,15 @@ import type { AppConfig } from '../types';
|
||||
export default <AppConfig>{
|
||||
id: 'com.snda.wifilocating',
|
||||
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,
|
||||
name: 'WiFi万能钥匙-内部广告',
|
||||
|
||||
Reference in New Issue
Block a user