Skip to content

Commit

Permalink
feat: hide footer
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Apr 11, 2024
1 parent b532827 commit d7a7e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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.3

- 修复:空间页css
- 新增:隐藏页底footer

## 3.4.2

Expand Down
6 changes: 6 additions & 0 deletions src/rules/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,12 @@ const basicItems = [
itemFunc: cleanURL,
isItemFuncReload: true,
}),
// 隐藏页底 footer
new CheckboxItem({
itemID: 'hide-footer',
description: '隐藏 页底footer',
itemCSS: `.international-footer {display: none !important;}`,
}),
]
commonGroupList.push(new Group('common-basic', '全站通用项 基本功能', basicItems))
// 通用header净化,直播首页除外
Expand Down

0 comments on commit d7a7e21

Please sign in to comment.