初始化 ToolBox 开发者工具箱。
CI / docker (push) Successful in 11m42s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
renjue
2026-06-25 11:15:38 +08:00
commit f1502ed08c
66 changed files with 18020 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Changelog
本文件记录项目的 notable 变更,格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)。
## [Unreleased]
### Added
- Docker 多阶段构建与 Gitea CI 流水线
- Vitest 单元测试(146 用例)
- 开源文档:LICENSE、CONTRIBUTING、SECURITY、NOTICE
## [1.0.0] - 2026-06-24
### Added
- JSON 格式化、验证与树形视图
- 文本 / JSON 对比工具(行级、字符级 diff)
- Base64 / URL / Unicode / Zlib 编解码
- 变量名格式转换(camelCase、snake_case 等)
- 二维码生成
- 时间戳与时间字符串互转
- 颜色格式转换(RGB / HEX / HSL
[Unreleased]: https://git.rc707blog.top/rose_cat707/ToolBox/compare/v1.0.0...HEAD
[1.0.0]: https://git.rc707blog.top/rose_cat707/ToolBox/releases/tag/v1.0.0