mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-14 20:04:43 +08:00
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
/* eslint-disable no-console */
|
|
|
|
const CURRENT_VERSION = '3.1.0';
|
|
|
|
// 导出当前版本号供其他地方使用
|
|
export { CURRENT_VERSION };
|