diff --git a/README.md b/README.md index 097c6a8f5..ace9a1e10 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigEditor/NewConfigEditor.js b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigEditor/NewConfigEditor.js index c30050871..ed135a898 100644 --- a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigEditor/NewConfigEditor.js +++ b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigEditor/NewConfigEditor.js @@ -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,