chore: sync

This commit is contained in:
lisonge
2023-08-28 20:17:37 +08:00
parent 8df088b60a
commit c0d171e5e2
3 changed files with 13 additions and 2 deletions

7
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"id": 0, "id": 0,
"name": "默认订阅", "name": "默认订阅",
"version": 22, "version": 23,
"author": "lisonge", "author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription", "supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [ "apps": [
@@ -458,6 +458,11 @@
{ {
"id": "com.hunantv.imgo.activity", "id": "com.hunantv.imgo.activity",
"groups": [ "groups": [
{
"key": -1,
"name": "芒果TV",
"rules": "[id=\"com.hunantv.imgo.activity:id/layout_boot_skip\"]"
},
{ {
"key": 0, "key": 0,
"name": "芒果TV-关闭青少年模式提示", "name": "芒果TV-关闭青少年模式提示",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@gkd-kit/subscription", "name": "@gkd-kit/subscription",
"type": "module", "type": "module",
"version": "0.0.22", "version": "0.0.23",
"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,12 @@ import type { AppConfig } from '../types';
export default <AppConfig>{ export default <AppConfig>{
id: 'com.hunantv.imgo.activity', id: 'com.hunantv.imgo.activity',
groups: [ groups: [
{
key: -1,
name: `芒果TV`,
// https://gkd-kit.gitee.io/import/38517192/0d54f18a-eb7a-498d-a458-32980190042b
rules: `[id="com.hunantv.imgo.activity:id/layout_boot_skip"]`,
},
{ {
key: 0, key: 0,
name: '芒果TV-关闭青少年模式提示', name: '芒果TV-关闭青少年模式提示',