diff --git a/README.md b/README.md index 503c67f..9844cc8 100644 --- a/README.md +++ b/README.md @@ -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 \ +- developer:鲁豫 \<2085520973@qq.com> +- Code Reviewer:Xuekun Lu \ ## 学习资源 diff --git a/calculator.py b/calculator.py index 4d31952..e250a24 100644 --- a/calculator.py +++ b/calculator.py @@ -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 +Git Repo:https://git.forling.cn/luxuekun/calculator.git +License:MIT [功能说明] 实现带图形界面的四则运算计算器,支持以下特性: