mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* Create com.fenbi.android.solar.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1779
26 lines
570 B
TypeScript
26 lines
570 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fenbi.android.solar',
|
|
name: '小猿搜题',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '升级提示',
|
|
matchLauncher: true,
|
|
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/import/13246056',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|