Skip to content
This repository has been 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
AIsouler committed Jan 27, 2024
1 parent 0c337ab commit 99b9d3a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.bokecc.dance.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.bokecc.dance',
name: '糖豆',
groups: [
{
key: 1,
name: '更新提示',
desc: '点击"以后再说"',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
activityIds: 'com.bokecc.dance.activity.MainActivity',
matches: '[id="com.bokecc.dance:id/tv_cancel"]',
exampleUrls:
'https://m.gkd.li/57941037/9156698c-76bb-4921-a39d-96a20c45260b',
snapshotUrls: 'https://i.gkd.li/import/14071977',
},
],
},
],
});

0 comments on commit 99b9d3a

Please sign in to comment.