mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
chore: sync
This commit is contained in:
7
dist/gkd.json
vendored
7
dist/gkd.json
vendored
@@ -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-关闭青少年模式提示",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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-关闭青少年模式提示',
|
||||||
|
|||||||
Reference in New Issue
Block a user