Skip to content

Commit

Permalink
Merge pull request #39 from festoney8/dev
Browse files Browse the repository at this point in the history
merge dev to main, 3.1.5, fix typo
  • Loading branch information
festoney8 authored Feb 18, 2024
2 parents 089bef7 + 4ae5332 commit c8e0e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rules/bangumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ if (isPageBangumi()) {
// 隐藏 AI机器人发布的评论
new CheckboxItem({
itemID: 'video-page-hide-bots-reply',
description: '隐藏 召唤AI机器人的评论',
description: '隐藏 AI机器人发布的评论',
defaultStatus: false,
itemCSS:
// 8455326 @机器工具人
Expand Down
2 changes: 1 addition & 1 deletion src/rules/dynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ if (isPageDynamic()) {
// 隐藏 AI机器人发布的评论
new CheckboxItem({
itemID: 'video-page-hide-bots-reply',
description: '隐藏 召唤AI机器人的评论',
description: '隐藏 AI机器人发布的评论',
defaultStatus: false,
itemCSS:
// 8455326 @机器工具人
Expand Down
2 changes: 1 addition & 1 deletion src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ if (isPageVideo() || isPagePlaylist()) {
// 隐藏 AI机器人发布的评论
new CheckboxItem({
itemID: 'video-page-hide-bots-reply',
description: '隐藏 召唤AI机器人的评论',
description: '隐藏 AI机器人发布的评论',
defaultStatus: false,
itemCSS:
// 8455326 @机器工具人
Expand Down

0 comments on commit c8e0e41

Please sign in to comment.