Skip to content

Commit

Permalink
update: hide footer
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Apr 12, 2024
1 parent 27b12dd commit d33b3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.4.4

- 新增:首页视频列表隐藏负反馈菜单(三个点),恢复标题宽度
- 更新:隐藏页底footer适配更多页面

## 3.4.3

Expand Down
2 changes: 1 addition & 1 deletion src/rules/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ const basicItems = [
new CheckboxItem({
itemID: 'hide-footer',
description: '隐藏 页底footer',
itemCSS: `.international-footer {display: none !important;}`,
itemCSS: `.international-footer, #biliMainFooter, .biliMainFooterWrapper, .link-footer-ctnr {display: none !important;}`,
}),
]
commonGroupList.push(new Group('common-basic', '全站通用项 基本功能', basicItems))
Expand Down

0 comments on commit d33b3ef

Please sign in to comment.