Skip to content

Commit 701c3d2

Browse files
committed
v225.0.1
1 parent 4a67005 commit 701c3d2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [250.0.1] - 2026-08-21
1+
## [225.0.1] - 2026-08-21
22
### Changed
33
- 每日放送复用新番放送缓存
44

@@ -17,10 +17,10 @@
1717

1818
### Changed
1919
- 搜索前高级显示显示方式,无权限时不显示只搜私人影库
20-
- 修复私人影库的parse-torrent-name错误匹配名字
2120
- 默认弹幕上限设置为5000
2221

2322
### Fixed
23+
- 修复私人影库的parse-torrent-name错误匹配名字
2424
- 修复videocard标题popup层级比来源数量角标低
2525
- 修复网盘源PC右键无法显示原名
2626
- 修复首页综艺查看更多跳转错误

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
250.0.1
1+
225.0.1

src/lib/changelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface ChangelogEntry {
1111

1212
export 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
"修复首页综艺查看更多跳转错误"

src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-console */
22

3-
const CURRENT_VERSION = '250.0.1';
3+
const CURRENT_VERSION = '225.0.1';
44

55
// 导出当前版本号供其他地方使用
66
export { CURRENT_VERSION };

0 commit comments

Comments
 (0)