From 19e44d76237739a7a00b9c62db2bc5775896f8fd Mon Sep 17 00:00:00 2001 From: lwi Date: Tue, 30 Jan 2024 22:29:50 +0800 Subject: [PATCH] Create com.hihanhan.one.rt45.ts Signed-off-by: lwi --- src/apps/com.hihanhan.one.rt45.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.hihanhan.one.rt45.ts diff --git a/src/apps/com.hihanhan.one.rt45.ts b/src/apps/com.hihanhan.one.rt45.ts new file mode 100644 index 000000000..34d359dcb --- /dev/null +++ b/src/apps/com.hihanhan.one.rt45.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hihanhan.one.rt45', + name: '一个', + groups: [ + { + key: 1, + name: '启动广告', + desc: '跳过启动广告', + rules: [ + { + quickFind: true, + activityIds: 'com.hihanhan.one.ui.page.home.main.MainActivity', + matches: '[id="com.hihanhan.one.rt45:id/ivClose"]', + exampleUrls: 'https://m.gkd.li/12692556/44e6ee1f-28cf-4290-8419-dc5af57747c6', + snapshotUrls: 'https://i.gkd.li/import/14099393', + }, + ], + }, + ] +});