feat(青藤之恋) 评价提示-好评弹窗 (#108)

This commit is contained in:
AIsouler
2024-03-14 23:36:02 +08:00
committed by GitHub

23
src/apps/com.wepie.ivy.ts Normal file
View File

@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.wepie.ivy',
name: '青藤之恋',
groups: [
{
key: 1,
name: '评价提示-好评弹窗',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
key: 0,
matches: '[text="我要吐槽"] + [text="五星好评"]',
action: 'back',
snapshotUrls: 'https://i.gkd.li/i/14602933',
},
],
},
],
});