mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat(星星充电): 跳过全局广告和签到提示 (#718)
Co-authored-by: minglu7 <minglu7@kxdigit.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
45
src/apps/com.wanbangauto.chargepile.ts
Normal file
45
src/apps/com.wanbangauto.chargepile.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.wanbangauto.chargepile',
|
||||
name: '星星充电',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击关闭',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.ui.newhome.MainActivity',
|
||||
matches: '@[vid="image_close"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/ce4838fb-0f0d-4b20-bab3-565bd80bbc93',
|
||||
snapshotUrls: 'https://i.gkd.li/i/18421090',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '功能类-签到提示',
|
||||
desc: '点击[忽略]',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.ui.newhome.MainActivity',
|
||||
matches: [
|
||||
'[text^="小星提醒您"][visibleToUser=true]',
|
||||
'[text="忽略"][visibleToUser=true]',
|
||||
],
|
||||
exampleUrls: 'https://e.gkd.li/542507c4-57dd-46f5-b354-78cdbacb3191',
|
||||
snapshotUrls: 'https://i.gkd.li/i/18421092',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user