Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(青藤之恋) 评价提示-好评弹窗 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler authored Mar 14, 2024
2 parents 858cdff + 0295901 commit 2ccd3e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.wepie.ivy.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 2ccd3e3

Please sign in to comment.