Skip to content

Commit

Permalink
fix: 添加Fit健身
Browse files Browse the repository at this point in the history
  • Loading branch information
uuiid committed Nov 26, 2024
1 parent baadffa commit a0213cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions src/apps/com.sportq.fit.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineGkdApp } from '@gkd-kit/define';

export default defineGkdApp({
id: 'com.sportq.fit',
name: 'Fit健身',
groups: [
{
key: 1,
name: '去除会员广告',
desc: '点击X',
rules: [
{
activityIds: 'com.sportq.fit.business.NavMainActivity',
matches: '[id="com.sportq.fit:id/close_btn"]',
},
],
},
],
});
2 changes: 1 addition & 1 deletion src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import globalGroups from './globalGroups';
export default defineGkdSubscription({
id: 74586,
name: 'uuiid-的gdk规则',
version: 21,
version: 22,
author: 'uuiid',
checkUpdateUrl: './gkd.version.json5',
supportUri: 'https://github.com/gkd-kit/subscription-template',
Expand Down

0 comments on commit a0213cf

Please sign in to comment.