mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(Hydro Coach): 全屏广告-订阅推荐 (#464)
This commit is contained in:
25
src/apps/com.codium.hydrocoach.ts
Normal file
25
src/apps/com.codium.hydrocoach.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.codium.hydrocoach',
|
||||||
|
name: 'Hydro Coach',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-订阅推荐',
|
||||||
|
desc: '关闭每次开启时的订阅推荐',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.ui.pro.subscription.SubscribeActivity',
|
||||||
|
matches: ['[text^="解鎖所有功能"]', '[vid="close_button"]'],
|
||||||
|
exampleUrls: 'https://e.gkd.li/7092a375-a9f0-4aca-b5b4-3386c71a0820',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15806266',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user