Files
MoonTVPlus/src/lib/version.ts

7 lines
143 B
TypeScript
Raw Normal View History

2025-08-12 21:50:58 +08:00
/* eslint-disable no-console */
2025-12-10 19:59:09 +08:00
const CURRENT_VERSION = '201.0.0';
2025-08-12 21:50:58 +08:00
// 导出当前版本号供其他地方使用
2025-08-15 13:49:08 +08:00
export { CURRENT_VERSION };