midify CHANGELOG
This commit is contained in:
parent
4c3d25f9b5
commit
ce46ba36a9
@ -34,7 +34,7 @@
|
||||
### 安装与运行
|
||||
```bash
|
||||
1. 克隆仓库
|
||||
git clone https://github.com/yourusername/calculator-gui.git
|
||||
git clone https://git.forling.cn/luxuekun/calculator.git
|
||||
2. 进入项目目录
|
||||
cd calculator-gui
|
||||
3. 运行程序
|
||||
@ -75,8 +75,8 @@ calculator.py
|
||||
3. 优化代码注释或文档
|
||||
|
||||
**开发团队**:
|
||||
- 程序员:鲁豫 \<2085520973@qq.com>
|
||||
- 代码审核:Xuekun Lu \<luxuekun@forling.cn>
|
||||
- developer:鲁豫 \<2085520973@qq.com>
|
||||
- Code Reviewer:Xuekun Lu \<luxuekun@forling.cn>
|
||||
|
||||
## 学习资源
|
||||
|
||||
|
||||
@ -1,16 +1,17 @@
|
||||
"""
|
||||
简易计算器GUI程序
|
||||
[版本信息]
|
||||
版本号 | 日期 | 作者 | 修改摘要
|
||||
----------|------------|------------|------------------
|
||||
v1.0.0 | 2025-04-19 | 鲁豫 | 初始版本,实现基本加减法功能
|
||||
|
||||
[作者信息]
|
||||
开发团队:Python学习
|
||||
程序员:鲁豫<2085520973@qq.com>
|
||||
代码审核:Xuekun Lu
|
||||
GitHub仓库:https://github.com/learn-python/calculator-gui
|
||||
版权声明:本代码遵循MIT开源协议
|
||||
[Version information]
|
||||
Version | Date | Author | Summary
|
||||
----------|------------|------------|------------------
|
||||
v1.0.0 | 2025-04-15 | Lucy | 初始版本,实现基本加减法功能
|
||||
|
||||
[Author information]
|
||||
Teams:Python学习
|
||||
Developer:Lucy <2085520973@qq.com>
|
||||
Code Reviewer:Xuekun Lu <luxuekun@forling.cn>
|
||||
Git Repo:https://git.forling.cn/luxuekun/calculator.git
|
||||
License:MIT
|
||||
|
||||
[功能说明]
|
||||
实现带图形界面的四则运算计算器,支持以下特性:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user