feat(小猿搜题):评价提示

This commit is contained in:
aisouler
2024-02-02 15:20:23 +08:00
parent 569a45fd4e
commit 3aab8e728a

View File

@@ -6,8 +6,8 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '升级提示', name: '更新提示',
matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
quickFind: true, quickFind: true,
@@ -21,5 +21,22 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '评价提示',
desc: '点击"返回"',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.fenbi.android.solar:id/tv_cancel"]',
exampleUrls:
'https://m.gkd.li/57941037/7864769f-542c-4f76-8b90-4d030b53651b',
snapshotUrls: 'https://i.gkd.li/import/14136539',
},
],
},
], ],
}); });