feat(京东到家): 首页广告弹窗及更新弹窗 (#1658)

This commit is contained in:
xiaowonet 2023-11-01 00:30:40 +08:00 committed by GitHub
parent 0eb3944260
commit 9f0c2dfc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jingdong.pdj',
name: '京东到家',
groups: [
{
key: 1,
name: '首页广告弹窗',
matchTime: 10000,
actionMaximum: 1,
activityIds: 'pdj.main.MainActivity',
rules: 'WebView[text="京东到家"] >7 TextView[text=""]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13217796',
},
{
key: 2,
name: '更新弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
activityIds: 'com.jingdong.pdj.plunginupdate.update.UpdateDialogActivity',
rules: 'Button[text="暂不安装"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13217634',
},
],
});