This commit is contained in:
mtvpls
2026-06-15 23:34:13 +08:00
parent c42f474b12
commit 91bcb593e5
4 changed files with 25 additions and 2 deletions
+14
View File
@@ -10,6 +10,20 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: "223.1.0",
date: "2026-06-15",
added: [
" web tv模式增加上下键可改为菜单模式",
"支持高级字幕(assssa)渲染"
],
changed: [
"web tv优化选集面板聚焦"
],
fixed: [
// 无修复内容
]
},
{
version: "223.0.0",
date: "2026-06-11",