mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
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:
24
src/apps/com.example.app.ts
Normal file
24
src/apps/com.example.app.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user