diff --git a/src/apps/com.bokecc.dance.ts b/src/apps/com.bokecc.dance.ts new file mode 100644 index 00000000..6f28b50d --- /dev/null +++ b/src/apps/com.bokecc.dance.ts @@ -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', + }, + ], + }, + ], +});