Skip to content

Commit

Permalink
chore(actions): check_format_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent d22a629 commit cb3e3a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export default {
rules: {
'subject-case': [0],
},
} as UserConfig;
} as UserConfig;
3 changes: 2 additions & 1 deletion src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ export default defineGkdApp({
key: 19,
name: '功能类-订阅号-展开更早的消息',
enable: false,
activityIds: 'com.tencent.mm.plugin.brandservice.ui.timeline.BizTimeLineUI',
activityIds:
'com.tencent.mm.plugin.brandservice.ui.timeline.BizTimeLineUI',
rules: [
{
key: 0,
Expand Down
6 changes: 2 additions & 4 deletions src/apps/com.zhihu.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ export default defineGkdApp({
snapshotUrls: [
'https://i.gkd.li/import/13849689',
'https://i.gkd.li/i/15024017',
]
],
},
{
key: 92,
preKeys: [91],
matches: '[vid="confirm_uninterest"]',
snapshotUrls: [
'https://i.gkd.li/i/15024032',
]
snapshotUrls: ['https://i.gkd.li/i/15024032'],
},
],
},
Expand Down

0 comments on commit cb3e3a8

Please sign in to comment.