Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Oct 17, 2023
1 parent d922e93 commit 71ba189
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
30 changes: 15 additions & 15 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 71ba189

Please sign in to comment.