diff --git a/src/apps/com.fenbi.android.solar.ts b/src/apps/com.fenbi.android.solar.ts index 5be210a4..ca897ebf 100644 --- a/src/apps/com.fenbi.android.solar.ts +++ b/src/apps/com.fenbi.android.solar.ts @@ -6,8 +6,8 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '升级提示', - + name: '更新提示', + matchTime: 10000, actionMaximum: 1, resetMatch: 'app', quickFind: true, @@ -21,5 +21,22 @@ export default defineAppConfig({ }, ], }, + { + 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/import/14136539', + }, + ], + }, ], });