mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
43 lines
1010 B
TypeScript
43 lines
1010 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fenbi.android.solar',
|
|
name: '小猿搜题',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[id="com.fenbi.android.solar:id/text_upgrade"]',
|
|
'[id="com.fenbi.android.solar:id/img_close"]',
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/i/13246056',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '评价提示',
|
|
desc: '点击"返回"',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
matches: '[id="com.fenbi.android.solar:id/tv_cancel"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/7864769f-542c-4f76-8b90-4d030b53651b',
|
|
snapshotUrls: 'https://i.gkd.li/i/14136539',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|