Files
MoonTVPlus/src/lib/version.ts

7 lines
141 B
TypeScript
Raw Normal View History

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