Files
AIsouler-GKD_subscription/src/apps/com.fenbi.android.leo.ts
2024-03-10 20:14:55 +08:00

19 lines
431 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.fenbi.android.leo',
name: '小猿口算',
groups: [
{
key: 1,
name: '评价提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="残忍拒绝"] + [text*="好评"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/i/13226140',
},
],
});