feat(京东金融): 满意度打分弹窗 (#3624)

close #3617
This commit is contained in:
adproqwq
2024-01-02 20:50:09 +08:00
committed by GitHub
parent 0d656f7f7e
commit ef9dc3723e

View File

@@ -53,5 +53,13 @@ export default defineAppConfig({
'@ImageButton[id="com.jd.jrapp:id/ib_close"] + RelativeLayout [text^="发现新版本"]',
snapshotUrls: 'https://i.gkd.li/import/13628364',
},
{
key: 3,
name: '满意度打分弹窗',
actionMaximum: 1,
resetMatch: 'activity',
rules: '[text*="满意度打几分"] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/13804561',
},
],
});