feat: JMComic3 全屏广告 (#1060)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
AdySnowflake
2025-07-24 12:29:36 +08:00
committed by GitHub
parent 32e8e6a7f6
commit 4527d9f1df

View File

@@ -0,0 +1,24 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.example.app',
name: 'JMComic3',
groups: [
{
key: 1,
name: '全屏广告',
desc: '关闭选择线路后的全屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.MainActivity',
matches: '@Button[clickable=true] - [text^="看完等待"]',
exampleUrls: 'https://e.gkd.li/df4c585e-acd7-49b5-af76-e53175ffb42c',
snapshotUrls: 'https://i.gkd.li/i/21399047',
},
],
},
],
});