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