mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
chore: sync
This commit is contained in:
4
dist/gkd.json
vendored
4
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 31,
|
||||
"version": 32,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -24,7 +24,7 @@
|
||||
"key": 1,
|
||||
"name": "斗鱼-青少年模式",
|
||||
"desc": "关闭青少年模式提醒弹窗",
|
||||
"activityIds": "com.douyu.module.home.pages.main.MainActivity",
|
||||
"activityIds": "com.douyu.module.young.view.YoungModeGuideDialog",
|
||||
"rules": [
|
||||
"[text='开启青少年模式'] + [text='我知道了']"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
pnpm build
|
||||
try {
|
||||
pnpm build
|
||||
} catch {
|
||||
Write-Host "An error occurred: $_"
|
||||
return
|
||||
}
|
||||
git add '.'
|
||||
git commit -m 'chore: sync'
|
||||
git push
|
||||
|
||||
@@ -20,8 +20,9 @@ export default <AppConfig>{
|
||||
key: 1,
|
||||
name: `斗鱼-青少年模式`,
|
||||
desc: `关闭青少年模式提醒弹窗`,
|
||||
activityIds: `com.douyu.module.home.pages.main.MainActivity`,
|
||||
activityIds: `com.douyu.module.young.view.YoungModeGuideDialog`,
|
||||
rules: [
|
||||
// https://gkd-kit.gitee.io/import/38517192/1c081a65-688a-406b-b67b-9bfb9aba0fad
|
||||
`[text='开启青少年模式'] + [text='我知道了']`, // 1686970236642
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user