mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat: 三星商城-开屏广告 #1366
This commit is contained in:
23
src/apps/com.jv.samsungeshop.ts
Normal file
23
src/apps/com.jv.samsungeshop.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.jv.samsungeshop',
|
||||||
|
name: '三星商城',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[desc="跳过"][desc.length<10][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/65cbe48e-843e-4dba-a53b-5f6598a2b409',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23288756',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user