mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(今日水印相机): 全屏广告-谷歌广告
This commit is contained in:
21
src/apps/camera.timestamp.mark.watermark.ts
Normal file
21
src/apps/camera.timestamp.mark.watermark.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'camera.timestamp.mark.watermark',
|
||||||
|
name: '今日水印相机',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-谷歌广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.google.android.gms.ads.AdActivity',
|
||||||
|
matches: '[desc="Interstitial close button"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/1ab940d5-88b8-4088-81fe-9cb72c4cbd53',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17058992',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user