Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
fix(支付宝) 全屏广告-小程序-哈啰-专属额度到账弹窗(修复误触)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Mar 14, 2024
1 parent 0d959eb commit 1ed4b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.eg.android.AlipayGphone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,13 @@ export default defineAppConfig({
rules: [
{
matches:
'[id="com.alipay.mobile.nebula:id/h5_pc_container"] View[childCount=1] > View[childCount=2] > View + Image[text=""]',
'[id="com.alipay.mobile.nebula:id/h5_pc_container"] View[childCount=1] > View[childCount=2] > View > Image < View + Image[text=""]',
exampleUrls:
'https://m.gkd.li/57941037/bfc87673-cba3-4a5b-ba77-210de8244604',
snapshotUrls: [
'https://i.gkd.li/i/14112224',
'https://i.gkd.li/i/14176001', //不加text=""误触
'https://i.gkd.li/i/14602610', // 使用 View > Image < View 防止误触
],
},
],
Expand Down

0 comments on commit 1ed4b6f

Please sign in to comment.