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

Commit

Permalink
feat(话本小说): 更新提示
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 27, 2024
1 parent 155136a commit 8f4788e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.huabenapp.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.huabenapp',
name: '话本小说',
groups: [
{
key: 1,
name: '更新提示',
resetMatch: 'app',
actionMaximum: 1,
activityIds: 'com.huabenapp.MainActivity',
rules:
'[text="发现新版本"] <n ViewGroup < ScrollView +n ViewGroup[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14072723',
},
],
});

0 comments on commit 8f4788e

Please sign in to comment.