mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 知天气-开屏广告 #878
This commit is contained in:
24
src/apps/com.pcs.knowing_weather.ts
Normal file
24
src/apps/com.pcs.knowing_weather.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.pcs.knowing_weather',
|
||||||
|
name: '知天气',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matches: '[vid="btn_close"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/68883ff3-cc5a-46a1-9258-bfeff208dbee',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/19832565',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user