Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Create com.hihanhan.one.rt45.ts #4112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/apps/com.hihanhan.one.rt45.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
]
});