From 71ba1899778af6a732cc08cc0b9c169eac1d53af Mon Sep 17 00:00:00 2001 From: blueJpg <2238288979@qq.com> Date: Tue, 17 Oct 2023 23:45:02 +0800 Subject: [PATCH] [*] Modify README.md --- README.md | 31 +++++++++++++++---------------- README.zh-CN.md | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index b0f08ac..4d1d031 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,27 @@ -![cryptoinfo](./screenshot/cryptoinfo.png) +![cryptoinfo.png](./screenshot/cryptoinfo.png) -[English Document](./README.md) +[中文文档](./README.zh-CN.md) -### 功能 -- [x] 数字货币行情 -- [x] 稳定币行情 -- [x] 公链行情 -- [x] 公链锁仓图表 -- [x] 宏观资讯和加密货币资讯 -- [x] OKEX apiv5 账户信息 -- [x] 个人工具箱 -- [x] 底部状态栏展示加密相关指数和信息 -- [x] 支持中英双语界面 +### Features +- [x] Cryptocurrency market data +- [x] Stablecoin market data +- [x] Public blockchain market data +- [x] Public blockchain lock-up chart +- [x] Macro news and cryptocurrency news +- [x] OKEX apiv5 account information +- [x] Personal toolbox +- [x] Bottom status bar displaying cryptocurrency-related indices and information +- [x] Support for bilingual interface (Chinese and English) -### 编译环境 +### Compilation Environment - Linux - Qt5.15 - Rust -### 编译 && 运行 +### Compilation && Running - make build - make run -### 参考 +### Reference - [Writing a QML Application in Rust](https://dev.to/ayush1325/writing-a-qml-application-in-rust-part-1-3pgi) - [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) -- [使用 linuxdeployqt 在 linux 下进行 Qt 打包发布](https://blog.csdn.net/zyhse/article/details/106381937) diff --git a/README.zh-CN.md b/README.zh-CN.md index 32029eb..b0f08ac 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,28 +1,28 @@ -![cryptoinfo.png](./screenshot/cryptoinfo.png) +![cryptoinfo](./screenshot/cryptoinfo.png) -[中文文档](./README.zh-CN.md) +[English Document](./README.md) -### Features -- [x] Cryptocurrency market data -- [x] Stablecoin market data -- [x] Public blockchain market data -- [x] Public blockchain lock-up chart -- [x] Macro news and cryptocurrency news -- [x] OKEX apiv5 account information -- [x] Personal toolbox -- [x] Bottom status bar displaying cryptocurrency-related indices and information -- [x] Support for bilingual interface (Chinese and English) +### 功能 +- [x] 数字货币行情 +- [x] 稳定币行情 +- [x] 公链行情 +- [x] 公链锁仓图表 +- [x] 宏观资讯和加密货币资讯 +- [x] OKEX apiv5 账户信息 +- [x] 个人工具箱 +- [x] 底部状态栏展示加密相关指数和信息 +- [x] 支持中英双语界面 -### Compilation Environment +### 编译环境 - Linux - Qt5.15 - Rust -### Compilation && Running +### 编译 && 运行 - make build - make run -### Reference +### 参考 - [Writing a QML Application in Rust](https://dev.to/ayush1325/writing-a-qml-application-in-rust-part-1-3pgi) - [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) - [使用 linuxdeployqt 在 linux 下进行 Qt 打包发布](https://blog.csdn.net/zyhse/article/details/106381937)