Merge branch 'develop' of https://github.com/alibaba/nacos into feature_enhance_interface

This commit is contained in:
pbting 2019-07-18 15:01:40 +08:00
commit fbf9d43698
2 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ It is super easy to get started with your first project.
You can download the package from the [latest stable release](https://github.com/alibaba/nacos/releases).
Take release nacos-server-0.9.0.zip for example.
Take release nacos-server-1.0.0.zip for example.
```
unzip nacos-server-0.9.0.zip
unzip nacos-server-1.0.0.zip
cd nacos/bin
```

View File

@ -124,7 +124,7 @@ class ConfigEditor extends React.Component {
this.monacoEditor = null;
const options = {
value,
language: this.state.configType,
language,
codeLens: true,
selectOnLineNumbers: true,
roundedSelection: false,