mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(青藤之恋) 评价提示-好评弹窗 (#108)
This commit is contained in:
23
src/apps/com.wepie.ivy.ts
Normal file
23
src/apps/com.wepie.ivy.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user