From 639b24a99f810dab956dcff79e9b8440cda96be4 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 9 Dec 2021 22:05:49 +0800 Subject: [PATCH] feat: update README.md --- README.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 00c9bef..9365b3d 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,15 @@ -## Python版本问题 -- > 程序使用了Python3.10中的match-case语句 -- > 请使用Python3.10版本运行 - -## 配置文件填写问题 -- > `location`项和`only-view-settings`类不需要用户填写, 只需要打开`QWeather.py`进行自助填写 +## 问题汇总 +#### Python 版本: +> 程序使用了Python3.10中的match-case语句 +> 请使用Python3.10版本运行 +#### 主题选择: +> 在2.9.0之后的版本不支持自定义天气图标 只能使用最新的图标 +#### 配置填写问题: +> `location`项和`only-view-settings`类不需要用户填写, 只需要打开`QWeather.py`进行自助填写 + ## 声明 - > 程序作者: **RTAkland (markushammered@gmail.com)** @@ -31,16 +34,4 @@ - 程序基于python3.10开发 务必使用python3.10版本运行 - 将config.yml正确填写完成 - 使用`pip/pip3 install -r requirements.txt` 安装需要的库 -- 运行`QWeather.py` - -## English README.md -## Statement -- > Developed by **RTAkland (markushammered@gmail.com)** -- > The weather API from QWeather: https://qweather.com -- > QWeather Developer Platform: https://dev.qweather.com - -## How to use -- Run program using Python3 -- Fill in the configuration file correctly -- Use `pip/pip3 -install -r requirements.txt` to install required libraries -- Run `QWeather.py` \ No newline at end of file +- 运行`QWeather.py` \ No newline at end of file