mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
20 lines
506 B
TypeScript
20 lines
506 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fenbi.android.leo',
|
|
name: '小猿口算',
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 1,
|
|
name: '评分弹窗',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
activityIds:
|
|
'com.fenbi.android.leo.imgsearch.sdk.activity.NewCheckCameraActivity',
|
|
rules: '@[text="残忍拒绝"] + [text*="好评"][text.length<=10]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13226140',
|
|
},
|
|
],
|
|
});
|