chore: sync

This commit is contained in:
lisonge
2023-08-29 11:43:22 +08:00
parent e885877913
commit 7dfbe6e9f3
4 changed files with 11 additions and 5 deletions

4
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"id": 0, "id": 0,
"name": "默认订阅", "name": "默认订阅",
"version": 31, "version": 32,
"author": "lisonge", "author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription", "supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [ "apps": [
@@ -24,7 +24,7 @@
"key": 1, "key": 1,
"name": "斗鱼-青少年模式", "name": "斗鱼-青少年模式",
"desc": "关闭青少年模式提醒弹窗", "desc": "关闭青少年模式提醒弹窗",
"activityIds": "com.douyu.module.home.pages.main.MainActivity", "activityIds": "com.douyu.module.young.view.YoungModeGuideDialog",
"rules": [ "rules": [
"[text='开启青少年模式'] + [text='我知道了']" "[text='开启青少年模式'] + [text='我知道了']"
] ]

View File

@@ -1,7 +1,7 @@
{ {
"name": "@gkd-kit/subscription", "name": "@gkd-kit/subscription",
"type": "module", "type": "module",
"version": "0.0.31", "version": "0.0.32",
"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

@@ -1,4 +1,9 @@
try {
pnpm build pnpm build
} catch {
Write-Host "An error occurred: $_"
return
}
git add '.' git add '.'
git commit -m 'chore: sync' git commit -m 'chore: sync'
git push git push

View File

@@ -20,8 +20,9 @@ export default <AppConfig>{
key: 1, key: 1,
name: `斗鱼-青少年模式`, name: `斗鱼-青少年模式`,
desc: `关闭青少年模式提醒弹窗`, desc: `关闭青少年模式提醒弹窗`,
activityIds: `com.douyu.module.home.pages.main.MainActivity`, activityIds: `com.douyu.module.young.view.YoungModeGuideDialog`,
rules: [ rules: [
// https://gkd-kit.gitee.io/import/38517192/1c081a65-688a-406b-b67b-9bfb9aba0fad
`[text='开启青少年模式'] + [text='我知道了']`, // 1686970236642 `[text='开启青少年模式'] + [text='我知道了']`, // 1686970236642
], ],
}, },