From 01e70ddd107c44fc0b37e789c85d57945b5118a5 Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:37:30 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59f180f..3f89682 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,50 @@ -# 神奇计算器1.0.0 -Features: +# [Java项目]神奇计算器_MagicCalculator(中文说明) -1. 两个数之间的四则运算。 -2. 两个数之间的模运算。 -3. 支持计算小数。 +[**English**]() + +学习 JavaFX 的小项目 + +--- + +Website: + +[[Java项目]神奇计算器_MagicCalculator | ZZHow](https://www.zzhow.com/MagicCalculator) + +Source Code: + +https://github.com/ZZHow1024/MagicCalculator + +Releases: + +https://github.com/ZZHow1024/MagicCalculator/releases + +--- + +## 使用说明 + +- 确定您使用的操作系统 + - Windows: + - 选择 .zip压缩包/.exe安装包/.msi安装包 + - Linux: + - 选择 .deb安装包/.rpm安装包 + - macOS: + - 选择 .dmg磁盘镜像/.pkg安装包 +- 下载对应的文件 +- Windows 可直接运行 .zip 压缩包中的 .exe 可执行程序或选择 .exe 安装包与 .msi 安装包执行安装操作,Linux 和 macOS 需要执行安装操作后再运行 + +--- + +## 功能介绍 + +- MagicCalculator1.0.0 + - 两个数之间的四则运算 + - 两个数之间的模运算 + - 支持计算小数 + +--- + +## **效果图** + +![MagicCalculator1.0.0](https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F4b165318-6383-451c-8845-110b786c9f0a%2F9dbb7ccb-58ee-4516-ba4f-cafa5c052e08%2FMagicCalculator1.0.0.png?table=block&id=6e6b2017-4f61-4eff-95aa-918eec6296aa&t=6e6b2017-4f61-4eff-95aa-918eec6296aa&width=692&cache=v2) + +MagicCalculator1.0.0 From d9c7763c89f34c186644f6d68af6c51698901a47 Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:39:51 +0800 Subject: [PATCH 2/6] Create README_EN.md --- README_EN.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README_EN.md diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 0000000..7a94a52 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,50 @@ +# [Java Project]MagicCalculator(English) + +[**中文说明**]() + +Small project to learn JavaFX + +--- + +Website: + +[[Java Project]MagicCalculator_EN | ZZHow](https://www.zzhow.com/MagicCalculatorEN) + +Source Code: + +https://github.com/ZZHow1024/MagicCalculator + +Releases: + +https://github.com/ZZHow1024/MagicCalculator/releases + +--- + +## **Instructions for use** + +- Determine the operating system you are using + - Windows: + - Select .zip package/.exe installation package/.msi installation package + - Linux: + - Select .deb installation package/ .rpm installation package + - macOS: + - Select .dmg disk image/ .pkg installation package +- Download the corresponding file. +- Windows users can directly run the .exe executable program in the .zip compressed package or select the .exe installation package and .msi installation package to perform the installation operation. Linux and macOS users need to perform the installation operation before running + +--- + +## Function Introduction + +- MagicCalculator1.0.0 + - Four arithmetic operations between two numbers. + - Modulo operation between two numbers. + - Supports calculation of decimals. + +--- + +## **Renderings** + +![MagicCalculator1.0.0](https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F4b165318-6383-451c-8845-110b786c9f0a%2F9dbb7ccb-58ee-4516-ba4f-cafa5c052e08%2FMagicCalculator1.0.0.png?table=block&id=009fa3db-3237-41a2-88ca-e98e7b794e96&t=009fa3db-3237-41a2-88ca-e98e7b794e96&width=692&cache=v2) + +MagicCalculator1.0.0 From a34d9cf760fd90f2f2b3db9f918502fdd55deaf4 Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:42:54 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f89682..516ea98 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Java项目]神奇计算器_MagicCalculator(中文说明) -[**English**]() +[**English**](https://github.com/ZZHow1024/TankGame_Java/blob/main/README_EN.md) 学习 JavaFX 的小项目 From b492a04c3afe6baef1d1ae92f9f0143d4b00dd0a Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:43:20 +0800 Subject: [PATCH 4/6] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 7a94a52..70dd35c 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ # [Java Project]MagicCalculator(English) -[**中文说明**]() +[**中文说明**](https://github.com/ZZHow1024/TankGame_Java/blob/main/README.md) Small project to learn JavaFX From 8775a077436673418b1e7f3dbace06ca14f2a999 Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:45:03 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 516ea98..305288f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Java项目]神奇计算器_MagicCalculator(中文说明) -[**English**](https://github.com/ZZHow1024/TankGame_Java/blob/main/README_EN.md) +[**English**](README_EN.md) 学习 JavaFX 的小项目 From 401063fa2f9d317a18dfa69a511bb4710ca7e127 Mon Sep 17 00:00:00 2001 From: ZZHow <109335896+ZZHow1024@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:45:19 +0800 Subject: [PATCH 6/6] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 70dd35c..88ad94d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ # [Java Project]MagicCalculator(English) -[**中文说明**](https://github.com/ZZHow1024/TankGame_Java/blob/main/README.md) +[**中文说明**](README.md) Small project to learn JavaFX