mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:52:20 +08:00
feat(京东到家): 首页广告弹窗及更新弹窗 (#1658)
This commit is contained in:
parent
0eb3944260
commit
9f0c2dfc42
27
src/apps/com.jingdong.pdj.ts
Normal file
27
src/apps/com.jingdong.pdj.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user