zzyxyz_server/VERSION.md

33 lines
1.0 KiB
Markdown
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.

# web_zzyxyz Version History
## [Version 1.0.0] - 2024-04-11
### History
0. 较于曾今版本重新开发由于安全问题重新启用git。
1. 修改了静态网页的代码并使用booststrap框架和anchor模板。
2. 对于曾经的express框架对代码进行重构。
3. 使用了dotenv模块加载配置项。
4. 修改部分文件架构尤其是各类隐藏文件夹。
## [Version 1.0.1-alpha] - 2024-04-13
### New Features
0. 大量修改文件结构详情见README.md。
1. 添加了登录,注册,管理员的功能。
2. 使用better-sqlite3重构数据库接口。
3. 重构代码结构使其路由更清晰更易于使用cookie(未来将会重构cookie代码)。
4. 添加VERSION.md文件记录版本历史。
5. 添加各种细节。
### Bugs Fixed
1. 修改default.env文件使其初始化密码简易包括硬性写入代码中的密码(default.env文件就是代码内的各项参数的默认值)。
## [Version 1.1.0-alpha] - 2024-06-02 ~ 2024-07-23
### New Features
1. 重构代码使用Vue3重构前端。