Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:47 +08:00
commit aca019f43d
14 changed files with 1826 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial project setup
## [0.1.0] - 2025-11-01
### Added
- First release

View File

@@ -0,0 +1,6 @@
{
"version": "0.1.0",
"buildNumber": 1,
"releaseDate": "2025-11-01",
"releaseNotes": "Initial release"
}