From 4b32f6bbe5766a9780e5c277f705f6629d3473eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Sep 2023 03:36:46 +0000 Subject: [PATCH] build: json,readme --- README.md | 8 +++++++- dist/gkd.json | 25 +++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12a6cd58..b7b8b145 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 93 个 APP, 共有 165 规则组 +当前订阅文件已适配 94 个 APP, 共有 166 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -353,6 +353,12 @@ - **开屏广告** +### [com.shark.jizhang](/src/apps/com.shark.jizhang.ts) - 鲨鱼记账 + +- **新用户特惠广告** - 弹窗广告,右下角浮动广告 + - [快照-0](https://gkd-kit.gitee.io/import/12518500) + - [快照-1](https://gkd-kit.gitee.io/import/12518517) + ### [com.shuqi.controller](/src/apps/com.shuqi.controller.ts) - 书旗小说 - **内部右侧浮动广告** diff --git a/dist/gkd.json b/dist/gkd.json index 01d955ba..c0bcab92 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 59, + "version": 60, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1070,7 +1070,7 @@ { "key": 1, "name": "miui-为什么不希望看到这条推广", - "desc": "关闭这个提示,使用ADB禁用广告组件时,点击此按钮无反应", + "desc": "关闭这个提示", "activityIds": "com.xiaomi.ad.feedback", "rules": "[id=`com.miui.systemAdSolution:id/no_interest`]" } @@ -1248,6 +1248,27 @@ } ] }, + { + "id": "com.shark.jizhang", + "name": "鲨鱼记账", + "groups": [ + { + "key": 0, + "name": "新用户特惠广告", + "desc": "弹窗广告,右下角浮动广告", + "activityIds": "com.shark.jizhang.module.main.MainActivity", + "rules": [ + { + "matches": "[id=\"com.shark.jizhang:id/buy_later_view\"||id=\"com.shark.jizhang:id/tv_count_down\"] - [id=\"com.shark.jizhang:id/close_view\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12518500", + "https://gkd-kit.gitee.io/import/12518517" + ] + } + ] + } + ] + }, { "id": "com.shuqi.controller", "name": "书旗小说",