File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## [250 .0.1] - 2026-08-21
1+ ## [225 .0.1] - 2026-08-21
22### Changed
33- 每日放送复用新番放送缓存
44
1717
1818### Changed
1919- 搜索前高级显示显示方式,无权限时不显示只搜私人影库
20- - 修复私人影库的parse-torrent-name错误匹配名字
2120- 默认弹幕上限设置为5000
2221
2322### Fixed
23+ - 修复私人影库的parse-torrent-name错误匹配名字
2424- 修复videocard标题popup层级比来源数量角标低
2525- 修复网盘源PC右键无法显示原名
2626- 修复首页综艺查看更多跳转错误
Original file line number Diff line number Diff line change 1- 250 .0.1
1+ 225 .0.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export interface ChangelogEntry {
1111
1212export const changelog : ChangelogEntry [ ] = [
1313 {
14- version : "250 .0.1" ,
14+ version : "225 .0.1" ,
1515 date : "2026-08-21" ,
1616 added : [
1717 // 无新增内容
@@ -37,10 +37,10 @@ export const changelog: ChangelogEntry[] = [
3737 ] ,
3838 changed : [
3939 "搜索前高级显示显示方式,无权限时不显示只搜私人影库" ,
40- "修复私人影库的parse-torrent-name错误匹配名字" ,
4140 "默认弹幕上限设置为5000"
4241 ] ,
4342 fixed : [
43+ "修复私人影库的parse-torrent-name错误匹配名字" ,
4444 "修复videocard标题popup层级比来源数量角标低" ,
4545 "修复网盘源PC右键无法显示原名" ,
4646 "修复首页综艺查看更多跳转错误"
Original file line number Diff line number Diff line change 11/* eslint-disable no-console */
22
3- const CURRENT_VERSION = '250 .0.1' ;
3+ const CURRENT_VERSION = '225 .0.1' ;
44
55// 导出当前版本号供其他地方使用
66export { CURRENT_VERSION } ;
You can’t perform that action at this time.
0 commit comments