Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxz393 committed Nov 20, 2023
1 parent 5ab51c9 commit 3915fe7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ Nacos 支持 `yaml` 格式的配置。不支持其他格式。

当选择配置中心类型为「Apollo」时生效,设置数据库中哪个字段作为服务名显示字段。下拉框选项「AppId」和「Name」,分别对应 Apollo「应用信息」中的「AppId」和「应用名称」。

- **表格颜色开关**

如果配置条目数量超过一万条,可以关闭表格颜色展示,可大幅提高运行速度。

- **替换服务名**

- 在输入框中填入「原名」和「新名」,可对服务名进行完全替换。通常用于不同环境内服务名对齐。例如开发环境的 AppId 为「1025」,其他环境的 AppId 名为「api-web」,将 1025 替换为 api-web 后,才好在程序中对 api-web 的配置进行对比。
Expand Down Expand Up @@ -354,6 +358,19 @@ Apollo 和 Nacos 的连接配置分别保存在 `config\config_apollo.json` 和

为避免更新日志过长,只保留最近更新日志。

## 版本 1.0.2(2023.11.21)

新增内容:

1. 新增表格颜色开关,应对数据量过大导致性能下降。

修复内容:

1. 修改颜色应用逻辑,提升运行速度;
2. 优化主线程代码,提高 UI 稳定性。



## 版本 1.0.1(2023.11.19)

修复内容:
Expand Down
17 changes: 17 additions & 0 deletions doc/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ The explanations for each configuration item are as follows:
Effective when the configuration center type is set to "Apollo". It sets which database field to use as the service name display field. Dropdown options "AppId" and "Name" correspond to the "AppId" and "Application Name" in Apollo's "Application Information".

- **Table Color Switch**

If the number of configuration entries exceeds ten thousand, you can turn off the display of table colors to significantly improve execution speed.

- **Replace Service Name**

- Enter the "original name" and "new name" in the input box to completely replace the service name. This is usually used for aligning service names across different environments. For example, if the AppId in the development environment is "1025" and the AppId in other environments is "api-web", replacing 1025 with api-web allows for comparing configurations of api-web in the program.
Expand Down Expand Up @@ -349,6 +353,19 @@ When encountering errors in software operation, first check the logs. If it's a

To avoid an overly lengthy update log, only the most recent updates are retained.

## Version 1.0.2 (2023.11.21)

Features:

1. Added a table color switch to address performance degradation due to large data volumes.

Updates:

1. Modified color application logic to improve execution speed;
2. Optimized main thread code to enhance UI stability.



## Version 1.0.1 (2023.11.19)

Updates:
Expand Down
Binary file modified doc/main_settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/main_settings_en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3915fe7

Please sign in to comment.