mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:52:20 +08:00
chore: sync
This commit is contained in:
parent
4b027f1a2f
commit
2aabc163ac
10
dist/gkd.json
vendored
10
dist/gkd.json
vendored
|
@ -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万能钥匙-内部广告",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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万能钥匙-内部广告',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user