diff --git a/graph-database-support-plugin/src/main/resources/META-INF/plugin.xml b/graph-database-support-plugin/src/main/resources/META-INF/plugin.xml
index 56af4b63..6d8e011d 100644
--- a/graph-database-support-plugin/src/main/resources/META-INF/plugin.xml
+++ b/graph-database-support-plugin/src/main/resources/META-INF/plugin.xml
@@ -12,6 +12,27 @@
+
+
中文
+
+
+ 功能:
+
+ - 支持 Nebula 3.0+ 和 Neo4j 3.4+ 图数据源管理.
+ - 支持nGQL和Cypher语言编辑框输入查询.
+ - 支持nGQL和Cypher语言编辑框语法高亮和自动补全.
+ - 支持关系网数据图展示
+ - 支持查询结果分页展示
+ - Nebula数据源支持双击tag或者edge预览数据
+ - Nebula数据源支持右击space、tag、edge查看其DDL
+
+
+
+
+
English
+
Features:
@@ -82,19 +103,11 @@
- 执行nGQL时IDE可显示查询进度
- nGQL编辑框space下拉列表框可显示加载中
- 刷新nebula数据源是树形结构显示加载中
+ - nebula元数据TreeNode显示spaceId、tagId、edgeId
修复BUG:
- 修复执行INSERT语句时中文乱码问题
- Improvements:
- - Double-click the space tree node to select the current space
- - Double-click on the tag or edge tree node to preview the data
- - The space drop-down list in the SQL edit box displays the current space in real time
-
- Fix bug:
- - Attempting to connect LOG error message
- - Chinese supports garbled characters
-
]]>