mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
19 lines
431 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|