mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(莉景天气): 全屏广告-弹窗广告
This commit is contained in:
24
src/apps/com.zdbq.ljtq.ljweather.ts
Normal file
24
src/apps/com.zdbq.ljtq.ljweather.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.zdbq.ljtq.ljweather',
|
||||
name: '莉景天气',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.zdbq.ljtq.ljweather.IndexActivity',
|
||||
matches: '[vid="dialog_daily_activity_card_cancel"]',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user