diff --git a/src/apps/com.example.administrator.searchpicturetool.ts b/src/apps/com.example.administrator.searchpicturetool.ts new file mode 100644 index 00000000..8edf51b1 --- /dev/null +++ b/src/apps/com.example.administrator.searchpicturetool.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.example.administrator.searchpicturetool', + name: '搜图神器', + groups: [ + { + key: 1, + quickFind: true, + name: '更新提示', + desc: '点击取消', + rules: [ + { + matches: '@[text="取消"] + [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/13989147', + }, + ], + }, + ], +});