feat(简讯): 弹窗广告 (#2365)

This commit is contained in:
Kun Jinkao 2023-11-22 22:00:54 +08:00 committed by GitHub
parent a21c9c7ef1
commit c7781d56f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tipsoon.android',
name: '简讯',
groups: [
{
key: 0,
name: '弹窗广告',
rules: [
{
key: 0,
name: '弹窗广告-1',
activityIds: 'com.tipsoon.android.activity.MainActivity',
matches:
'[id="com.tipsoon.android:id/cardview"] + [id="com.tipsoon.android:id/img_close"]',
snapshotUrls: 'https://i.gkd.li/import/13426997',
},
],
},
],
});