mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(美团):订单调查弹窗 (#3194)
* feat(美团):订单调查弹窗 * Update com.sankuai.meituan.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,13 +7,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
rules: 'TextView[id="com.sankuai.meituan:id/close_btn"][text^="跳过"]',
|
rules: 'TextView[id="com.sankuai.meituan:id/close_btn"][text^="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12749811',
|
snapshotUrls: 'https://i.gkd.li/import/12749811',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.meituan.android.upgrade.ui.',
|
'com.meituan.android.upgrade.ui.',
|
||||||
'com.meituan.android.upgrade.UpgradeDialogActivity',
|
'com.meituan.android.upgrade.UpgradeDialogActivity',
|
||||||
@@ -48,11 +55,28 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '小调查弹窗',
|
name: '订单调查弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
name: '我的页面-小调查',
|
||||||
|
action: 'back',
|
||||||
activityIds: 'com.meituan.retail.c.android.mrn.mrn.MallMrnModal',
|
activityIds: 'com.meituan.retail.c.android.mrn.mrn.MallMrnModal',
|
||||||
rules: '[text="小调查"] + ViewGroup > ViewGroup > ImageView',
|
matches: 'TextView[text="小调查"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12639723',
|
snapshotUrls: 'https://i.gkd.li/import/12639723',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '订单详情页匿名调查',
|
||||||
|
action: 'back',
|
||||||
|
activityIds:
|
||||||
|
'com.sankuai.waimai.bussiness.order.detail.WMOrderDetailActivity',
|
||||||
|
matches: '[id="com.sankuai.meituan:id/questionnaireTitle"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13682336',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '首页右侧抽奖小广告',
|
name: '首页右侧抽奖小广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user