feat: biubiu加速器-开屏广告 (#19)

close #19
This commit is contained in:
Hacone
2023-09-04 19:13:22 +08:00
committed by GitHub
parent 18da6555c7
commit 99185294dc

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from "../types";
export default defineAppConfig({
id: "com.njh.biubiu",
name: `biubiu加速器`,
groups: [
{
key: 0,
name: "开屏广告",
activityIds: "com.njh.ping.business.base.activity.BusinessActivity",
rules: [
{
matches: '[text="跳过"]',
snapshotUrls: "https://gkd-kit.gitee.io/import/12512845",
},
],
},
],
});