Files
frost-navigation/src/assets/js/toolbox-changelogs.js
Frost-ZX 2d805cf02d feat(工具箱/MSU2 USB 小屏幕控制): 完善功能
- 添加旧算法
- 支持设置显示方向
- 支持配置渲染间隔和发送间隔
2026-02-24 23:40:03 +08:00

21 lines
904 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/** 工具更新日志 */
export const CHANGE_LOGS = {
'json-formatter': [
'[2] - 2025-02-07\n优化“输出内容”显示样式解决内容较多时行号显示不全的问题。',
'[1] - 2025-02-04\n初始版本。',
],
'keep-screen-on': [
'[3] - 2026-01-03\n调整界面样式与其他模块统一。',
'[2] - 2024-10-13\n优化界面样式背景添加圆角。',
'[1] - 2024-10-11\n初始版本。',
],
'msu2-usb-monitor-controller': [
'[2] - 2026-02-24\n完善功能添加旧算法支持设置显示方向支持配置渲染间隔和发送间隔。',
'[1] - 2026-02-21\n初始版本。',
],
'qrcode-reader-and-generator': [
'[2] - 2025-02-23\n支持生成二维码。\n支持解析剪贴板中的二维码图片。\n优化解析功能在二维码所在位置添加矩形标记。',
'[1] - 2025-02-21\n初始版本。',
],
};