fix: format

This commit is contained in:
AIsouler
2025-08-05 20:25:35 +08:00
parent cc3eab39c6
commit bf82e7a6da

View File

@@ -289,21 +289,15 @@ export default defineGkdApp({
}, },
{ {
key: 17, key: 17,
name: '点评弹窗-点击取消', name: '评价提示-点评此书弹窗',
desc: '点击[取消]',
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
matches: [ activityIds: '.reader.ui.ReaderActivity',
'[text="点评此书"]', matches: ['[text="点评此书"]', '[text="取消"][clickable=true]'],
'[text="取消"][clickable=true]' snapshotUrls: 'https://i.gkd.li/i/21589381',
],
snapshotUrls: [
'https://i.gkd.li/i/21589381'
],
activityIds: [
'.reader.ui.ReaderActivity'
],
}, },
], ],
}, },