Merge branch 'develop' of https://github.com/alibaba/nacos into feature_enhance_interface
This commit is contained in:
commit
fbf9d43698
@ -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
|
||||
```
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user