mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 08:26:06 +08:00
9 lines
247 B
TypeScript
9 lines
247 B
TypeScript
export const version = '2.10.0';
|
|
export const changeLogLink = 'https://t.me/jiao_long/191';
|
|
export const changeLog = `2.10.0 版本说明
|
|
1. 添加依赖管理功能
|
|
2. 修复python3任务无法停止
|
|
3. 修复table滚动高度
|
|
4. 其他优化
|
|
`;
|