mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
24 lines
498 B
TypeScript
24 lines
498 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|