尝试修复换集报错
This commit is contained in:
@@ -11,6 +11,16 @@ export interface ChangelogEntry {
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '203.2.1',
|
||||
date: '2025-12-20',
|
||||
added: [
|
||||
],
|
||||
changed: [
|
||||
],
|
||||
fixed: [
|
||||
"修复IOS端换集报错播放器初始化失败"
|
||||
]
|
||||
},{
|
||||
version: '203.2.0',
|
||||
date: '2025-12-19',
|
||||
added: [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-console */
|
||||
|
||||
const CURRENT_VERSION = '203.2.0';
|
||||
const CURRENT_VERSION = '203.2.1';
|
||||
|
||||
// 导出当前版本号供其他地方使用
|
||||
export { CURRENT_VERSION };
|
||||
|
||||
Reference in New Issue
Block a user