Skip to content

Commit

Permalink
chore: common border-radius cancel default enable
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Dec 31, 2023
1 parent f67ed57 commit b30d386
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 @@
## 2.2.1

- 新增:全屏下隐藏弹幕栏
- 优化:页面直角化 改为默认不开启

## 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion src/pages/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ if (host === 't.bilibili.com') {

// 基本功能part, basicItems
{
basicItems.push(new NormalItem('border-radius', '页面直角化,去除圆角', true, undefined, false, borderRadiusCSS))
basicItems.push(new NormalItem('border-radius', '页面直角化,去除圆角', false, undefined, false, borderRadiusCSS))

// 滚动条美化, 默认开启
basicItems.push(
Expand Down

0 comments on commit b30d386

Please sign in to comment.