Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hxz393 committed Nov 19, 2023
1 parent 0ea85d4 commit 2f2b3ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Nacos 支持 `yaml` 格式的配置。不支持其他格式。

### 语言翻译

由于程序文本量较少,因此使用一个语言字典来储存所有显示文字。文件路径是: `config\lang_dict_all.py`,可在此文件中添加其他语言翻译。
由于程序文本量较少,因此使用一个语言字典来储存所有显示文字。文件路径是:`config\lang_dict_all.py`,可在此文件中添加其他语言翻译。

### 开源许可

Expand Down Expand Up @@ -252,7 +252,7 @@ Apollo 和 Nacos 的连接配置分别保存在 `config\config_apollo.json` 和
- **分组**:Apollo 中的「Namespace」,一般私有命名空间叫「application」。Nacos 中的字段为 「Group」。
- **配置键**:Apollo 中的 「Key」。Nacos 中为从「配置内容」提取的字段,格式和 Apollo 中的一样。
- ****:默认按不同环境分为四列,表头为环境名称。Apollo 中的 「Value」。Nacos 中为从「配置内容」提取的字段。
- **修改时间**默认隐藏。按不同环境分为四列,为对应环境配置最后修改时间。
- **修改时间**默认隐藏。按不同环境分为四列,为对应环境配置最后修改时间。
- **一致性**:分为四种状态。
- 完全一致:表示所有环境配置值完全相等。要求对比环境至少有两个。
- 部分一致:生产环境和预览环境的值相等,但与其他环境的值不等。
Expand Down
2 changes: 1 addition & 1 deletion doc/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The table header is divided into the following items:
- **Group**: In Apollo, it's the "Namespace", usually the private namespace is called "application". In Nacos, the field is "Group".
- **Key**: In Apollo, it's "Key". In Nacos, it's extracted from "Configuration Content", formatted the same as in Apollo.
- **Value**: By default, divided into four columns for different environments, with the environment names as headers. In Apollo, it's "Value". In Nacos, it's extracted from "Configuration Content".
- **Modification Time**: By default hidden. Divided into four columns for different environments, indicating the last modification time of the configuration in the corresponding environment.
- **Modified Time**: By default hidden. Divided into four columns for different environments, indicating the last modification time of the configuration in the corresponding environment.
- **Consistency**: Divided into four statuses.
- Fully Consistent: Indicates that all environment configuration values are exactly the same. Requires at least two comparison environments.
- Partially Consistent: The production environment and preview environment values are equal, but differ from values in other environments.
Expand Down

0 comments on commit 2f2b3ef

Please sign in to comment.