diff --git a/README.md b/README.md index 1e26158..5cba67e 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ * Provides command-line operations. * Provides slow logs. * Segmented loading and querying for List/Hash/Set/Sorted Set. -* Decode/decompression display for value of List/Hash/Set/Sorted Set +* Decode/decompression display for value of List/Hash/Set/Sorted Set. +* Inbuilt advanced editor - Monaco Editor. ## Roadmap - [ ] Real-time commands monitoring - [ ] Pub/Sub operations -- [ ] Embedding Monaco Editor - [ ] Import/export connection profile - [ ] Import/export data diff --git a/README_zh.md b/README_zh.md index a17736d..2c8c658 100644 --- a/README_zh.md +++ b/README_zh.md @@ -36,6 +36,7 @@ * 提供慢日志展示 * List/Hash/Set/Sorted Set的分段加载和查询 * List/Hash/Set/Sorted Set值的转码显示 +* 内置高级编辑器Monaco Editor ## 未来版本规划 - [ ] 命令实时监控 diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index cb142d2..913a567 100755 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -d5ec7e0103cfa8c99bc40c20ffdcb4fb +d5ec7e0103cfa8c99bc40c20ffdcb4fb \ No newline at end of file diff --git a/screenshots/dark_en.png b/screenshots/dark_en.png index 01b3187..8598999 100644 Binary files a/screenshots/dark_en.png and b/screenshots/dark_en.png differ diff --git a/screenshots/dark_zh.png b/screenshots/dark_zh.png index 2ed1882..12e354c 100644 Binary files a/screenshots/dark_zh.png and b/screenshots/dark_zh.png differ diff --git a/screenshots/light_en.png b/screenshots/light_en.png index c994f0c..0a9e7ac 100644 Binary files a/screenshots/light_en.png and b/screenshots/light_en.png differ diff --git a/screenshots/light_zh.png b/screenshots/light_zh.png index 90d91da..9000986 100644 Binary files a/screenshots/light_zh.png and b/screenshots/light_zh.png differ