diff --git a/README.md b/README.md index 59f180f..305288f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,50 @@ -# 神奇计算器1.0.0 -Features: +# [Java项目]神奇计算器_MagicCalculator(中文说明) -1. 两个数之间的四则运算。 -2. 两个数之间的模运算。 -3. 支持计算小数。 +[**English**](README_EN.md) + +学习 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 diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 0000000..88ad94d --- /dev/null +++ b/README_EN.md @@ -0,0 +1,50 @@ +# [Java Project]MagicCalculator(English) + +[**中文说明**](README.md) + +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