提高移动端选集面板高度

This commit is contained in:
mtvpls
2026-01-05 16:44:18 +08:00
parent 53039c2ba9
commit 9b3de638a1
6 changed files with 52 additions and 12 deletions
+15
View File
@@ -11,6 +11,21 @@ export interface ChangelogEntry {
export const changelog: ChangelogEntry[] = [
{
version: '206.1.0',
date: '2026-01-04',
added: [
"新增手动上传弹幕功能"
],
changed: [
"修改页面进度条逻辑",
"openlist和emby源改为异步搜索",
"提高移动端选集面板高度"
],
fixed: [
"修复live页面500报错"
]
},
{
version: '206.0.0',
date: '2026-01-04',
added: [
+1 -1
View File
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
const CURRENT_VERSION = '206.0.0';
const CURRENT_VERSION = '206.1.0';
// 导出当前版本号供其他地方使用
export { CURRENT_VERSION };