mirror of https://github.com/djteang/OrangeTV.git
fixed:版本检查问题
This commit is contained in:
parent
f3138e9681
commit
a5e9ce41f1
|
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable no-console */
|
||||
|
||||
const CURRENT_VERSION = '8.9.0';
|
||||
const CURRENT_VERSION = '8.9.5';
|
||||
|
||||
// 导出当前版本号供其他地方使用
|
||||
export { CURRENT_VERSION };
|
||||
|
|
|
|||
Loading…
Reference in New Issue