编写更新日志
This commit is contained in:
@@ -10,6 +10,18 @@ export interface ChangelogEntry {
|
||||
}
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '200.4.0',
|
||||
date: '2025-12-06',
|
||||
added: [
|
||||
'增加弹幕本地缓存',
|
||||
'增加tvbox订阅功能,自带去广告'
|
||||
],
|
||||
changed: [
|
||||
'外部播放器使用代理m3u8时现在可以增加鉴权了'
|
||||
],
|
||||
fixed: [],
|
||||
},
|
||||
{
|
||||
version: '200.3.0',
|
||||
date: '2025-12-05',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-console */
|
||||
|
||||
const CURRENT_VERSION = '200.3.0';
|
||||
const CURRENT_VERSION = '200.4.0';
|
||||
|
||||
// 导出当前版本号供其他地方使用
|
||||
export { CURRENT_VERSION };
|
||||
|
||||
Reference in New Issue
Block a user