perf: 优化评价提示

This commit is contained in:
AIsouler
2024-03-15 19:44:00 +08:00
parent 33ec45fa3b
commit 192759f0cc
10 changed files with 12 additions and 3 deletions

View File

@@ -37,10 +37,11 @@ export default defineAppConfig({
{
key: 3,
name: '评价提示-满意度打分弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="满意度打几分"] + ImageView',
rules: '@ImageView[clickable=true] - [text$="满意度打几分"]',
snapshotUrls: 'https://i.gkd.li/i/13804561',
},
],