Skip to content

Commit c0572d9

Browse files
committed
docs: Improve and supplement the content of the README
1 parent 8628a4e commit c0572d9

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

README-CN.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[English](README.md) | 简体中文
44

5-
一个方便调节 Ryzen 移动处理器功率限制的工具
5+
RyzenTuner 提供一个 GUI 界面,可以方便调节 Ryzen 移动处理器的功率限制,也支持调整 Windows 进程的 QoS 等级和优先级,从而提升电池使用时间和减少风扇噪声
66

77
![preview.jpg](https://s2.loli.net/2022/08/25/YTA9yf8jqOtUEwn.jpg)
88

99
## 添加内容
1010

1111
### 自动模式
1212

13-
根据插电/电池/夜晚/活跃时间等不同条件,选择不同的工作模式(待机/平衡/性能)。
13+
根据插电/电池/夜晚/活跃时间等不同条件,自动选择不同的工作模式(待机/平衡/性能)。
1414

1515
工作模式说明:
1616

@@ -60,10 +60,16 @@
6060

6161
[![Star History Chart](https://api.star-history.com/svg?repos=zqhong/RyzenTuner&type=Date)](#RyzenTuner)
6262

63-
## 感谢
63+
## 依赖的项目
6464

6565
* [Archeb/RyzenTuner](https://github.com/Archeb/RyzenTuner):基于该项目开发
6666
* [FlyGoat/RyzenAdj](https://github.com/FlyGoat/RyzenAdj):Ryzen 移动处理器电源管理工具
6767
* [imbushuo/EnergyStar](https://github.com/imbushuo/EnergyStar):Windows 进程调度,可能有增加续航的效果(未测试)
6868
* [LibreHardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor):获取硬件信息
6969
* [dahall/Vanara](https://github.com/dahall/Vanara):一套 .NET 库,包含了许多 Windows 原生 API 的 PInvoke 调用的封装
70+
71+
感谢以上名单的项目和作者。
72+
73+
## License
74+
75+
RyzenTuner 使用 [MIT](LICENSE.md) 开源协议。

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
English | [简体中文](README-CN.md)
44

5-
A handy tool for adjusting the power limit of Ryzen mobile processors.
5+
RyzenTuner provides a GUI interface to easily adjust the power limit of Ryzen mobile processors, and also supports adjusting the QoS level and priority of Windows processes, thereby improving battery life and reducing fan noise.
66

77
![preview-en.jpg](https://s2.loli.net/2022/08/26/Pr1qiykJUOIEspD.jpg)
88

99
## Feature
1010

1111
### Automatic Mode
1212

13-
Select different working modes (standby/balance/performance) according to different conditions such as
14-
plug-in/battery/night/active time.
13+
Different working modes (standby/balance/performance) are automatically selected according to different conditions such as plug-in/battery/night/active time.
1514

1615
Description of working mode:
1716

@@ -58,10 +57,17 @@ If you like or are using this project, please give it a star. Thanks!
5857

5958
[![Star History Chart](https://api.star-history.com/svg?repos=zqhong/RyzenTuner&type=Date)](#RyzenTuner)
6059

61-
## Grateful
60+
61+
## Dependent project
6262

6363
* [Archeb/RyzenTuner](https://github.com/Archeb/RyzenTuner): Developed based on this project
6464
* [FlyGoat/RyzenAdj](https://github.com/FlyGoat/RyzenAdj): Ryzen mobile processor power management tool
6565
* [imbushuo/EnergyStar](https://github.com/imbushuo/EnergyStar): Windows process scheduling, may have the effect of increasing battery life (not tested)
6666
* [LibreHardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor): Get hardware information
67-
* [dahall/Vanara](https://github.com/dahall/Vanara): A set of .NET libraries that wraps many PInvoke calls to Windows native APIs
67+
* [dahall/Vanara](https://github.com/dahall/Vanara): A set of .NET libraries that wraps many PInvoke calls to Windows native APIs
68+
69+
Thanks to the projects and authors listed above.
70+
71+
## License
72+
73+
RyzenTuner is licensed under [MIT](LICENSE.md).

0 commit comments

Comments
 (0)