mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
fix: format
This commit is contained in:
@@ -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'
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user