feat: 三星商城-开屏广告 #1366

This commit is contained in:
AIsouler
2025-11-02 13:23:32 +08:00
parent 94cf0429e9
commit 8337f39edb

View 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',
},
],
},
],
});