Merge branch 'preview-fixes' into master-cdn

This commit is contained in:
the1812 2023-02-19 23:44:58 +08:00
commit 93cdffde01
5 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,18 @@
# 更新日志
## v2.6.3-preview
`2023-02-09`
包含 v2.6.3 的所有更新内容.
- 启用新的代码加载方式. (PR #3938 by [timongh](https://github.com/timongh))
## v2.6.3
`2023-02-20`
- 修复 `隐藏推荐直播` 失效. (#3993)
- 修复 `夜间模式` 下鼠标移至特定页排行榜时的显示问题. (#1052, PR #4001 by [Tinhone](https://github.com/Tinhone))
## v2.6.2-preview
`2023-02-09`

View File

@ -28,6 +28,9 @@ https://afdian.net/@the1812?tab=sponsor
| 时间 | 用户名 | 单号后4位 | 金额 |
| ------------------- | ---------------- | --------- | ------- |
| 2023.02.18 22:49:21 | \*😕\* | 9195 | ¥5.00 |
| 2023.02.14 20:40:45 | 匿名 | 9914 | ¥5.00 |
| 2023.02.13 12:33:00 | A*l | 2182 | ¥66.00 |
| 2023.02.08 16:25:37 | 匿名 | 2858 | ¥10.00 |
| 2023.02.08 12:06:19 | 匿名 | 8525 | ¥5.00 |
| 2023.02.03 23:32:39 | J*i | 6870 | ¥10.00 |

View File

@ -1436,7 +1436,6 @@ li.timeline:hover,
border-color: #99a2aa !important;
}
p.ri-title,
.read-push,
.link-more,
.dropdown-item,

View File

@ -1,4 +1,5 @@
#live_recommand_report, // b站以前写的recommand, 后来改对了
#live_recommend_report {
#live_recommend_report,
.video-container-v1 .pop-live-small-mode {
display: none !important;
}

View File

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.6.3",
"author": "Grant Howard, Coulomb-G",
"copyright": "[year], Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)",
"license": "MIT",