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-22 23:44:50 +08:00
const CURRENT_VERSION = '3.2.1';
2025-08-12 21:50:58 +08:00
// 导出当前版本号供其他地方使用
2025-08-15 13:49:08 +08:00
export { CURRENT_VERSION };