mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
34 lines
949 B
TypeScript
34 lines
949 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.yonghui.hyd',
|
|
name: '永辉生活',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-红包弹窗',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '领券中心-红包弹窗',
|
|
activityIds:
|
|
'cn.yonghui.hyd.coupon.couponfactory.CouponFactoryActivity',
|
|
matches:
|
|
'[id="cn.yonghui.hyd:id/advance"] +n [id="cn.yonghui.hyd:id/close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13414401',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '好券即将过期弹窗',
|
|
activityIds:
|
|
'cn.yonghui.hyd.coupon.couponfactory.CouponFactoryActivity',
|
|
matches:
|
|
'[id="cn.yonghui.hyd:id/couponsWillGoneHeaderIv"] +n [id="cn.yonghui.hyd:id/close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13414444',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|