midify CHANGELOG

This commit is contained in:
鲁学坤 2025-04-19 23:43:36 +08:00
parent 4c3d25f9b5
commit ce46ba36a9
2 changed files with 14 additions and 13 deletions

View File

@ -34,7 +34,7 @@
### 安装与运行 ### 安装与运行
```bash ```bash
1. 克隆仓库 1. 克隆仓库
git clone https://github.com/yourusername/calculator-gui.git git clone https://git.forling.cn/luxuekun/calculator.git
2. 进入项目目录 2. 进入项目目录
cd calculator-gui cd calculator-gui
3. 运行程序 3. 运行程序
@ -75,8 +75,8 @@ calculator.py
3. 优化代码注释或文档 3. 优化代码注释或文档
**开发团队** **开发团队**
- 程序员:鲁豫 \<2085520973@qq.com> - developer:鲁豫 \<2085520973@qq.com>
- 代码审核Xuekun Lu \<luxuekun@forling.cn> - Code ReviewerXuekun Lu \<luxuekun@forling.cn>
## 学习资源 ## 学习资源

View File

@ -1,16 +1,17 @@
""" """
简易计算器GUI程序 简易计算器GUI程序
[版本信息]
版本号 | 日期 | 作者 | 修改摘要
----------|------------|------------|------------------
v1.0.0 | 2025-04-19 | 鲁豫 | 初始版本实现基本加减法功能
[作者信息] [Version information]
开发团队Python学习 Version | Date | Author | Summary
程序员鲁豫<2085520973@qq.com> ----------|------------|------------|------------------
代码审核Xuekun Lu v1.0.0 | 2025-04-15 | Lucy | 初始版本实现基本加减法功能
GitHub仓库https://github.com/learn-python/calculator-gui
版权声明本代码遵循MIT开源协议 [Author information]
TeamsPython学习
DeveloperLucy <2085520973@qq.com>
Code ReviewerXuekun Lu <luxuekun@forling.cn>
Git Repohttps://git.forling.cn/luxuekun/calculator.git
LicenseMIT
[功能说明] [功能说明]
实现带图形界面的四则运算计算器支持以下特性 实现带图形界面的四则运算计算器支持以下特性