编写v207更新日志
This commit is contained in:
@@ -11,6 +11,26 @@ export interface ChangelogEntry {
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '207.0.0',
|
||||
date: '2026-01-13',
|
||||
added: [
|
||||
"私人影库增加小雅支持",
|
||||
"测速增加码率测算",
|
||||
"私人影库增加求片功能",
|
||||
"搜索增加简繁转换器"
|
||||
],
|
||||
changed: [
|
||||
"视频源保留关键字增加xiaoya,emby",
|
||||
"年代筛选的年代改为动态生成",
|
||||
"openlist支持视频预览方式播放"
|
||||
],
|
||||
fixed: [
|
||||
"修复upstash方式数据导入报错",
|
||||
"修复新加载弹幕不显示弹幕数量",
|
||||
"修复生产环境emby分类返回空数组"
|
||||
]
|
||||
},
|
||||
{
|
||||
version: '206.3.0',
|
||||
date: '2026-01-10',
|
||||
added: [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-console */
|
||||
|
||||
const CURRENT_VERSION = '206.3.0';
|
||||
const CURRENT_VERSION = '207.0.0';
|
||||
|
||||
// 导出当前版本号供其他地方使用
|
||||
export { CURRENT_VERSION };
|
||||
|
||||
Reference in New Issue
Block a user