diff --git a/Dockerfile b/Dockerfile
index ccc92616..d742d2e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ COPY --from=fe-builder /mayfly/dist /mayfly/static/static
# Build
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux \
- go build -a \
+ go build -a -ldflags=-w \
-o mayfly-go main.go
FROM debian:bookworm-slim
diff --git a/mayfly_go_web/LICENSE b/mayfly_go_web/LICENSE
deleted file mode 100644
index 6f6a7ea1..00000000
--- a/mayfly_go_web/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2021 lyt-Top
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
diff --git a/mayfly_go_web/src/views/ops/redis/DataOperation.vue b/mayfly_go_web/src/views/ops/redis/DataOperation.vue
index d583f58b..b6d0ef01 100644
--- a/mayfly_go_web/src/views/ops/redis/DataOperation.vue
+++ b/mayfly_go_web/src/views/ops/redis/DataOperation.vue
@@ -41,7 +41,15 @@
-
+
diff --git a/mayfly_go_web/src/views/ops/redis/KeyValueHash.vue b/mayfly_go_web/src/views/ops/redis/KeyValueHash.vue
index 8fc28334..110f17f5 100644
--- a/mayfly_go_web/src/views/ops/redis/KeyValueHash.vue
+++ b/mayfly_go_web/src/views/ops/redis/KeyValueHash.vue
@@ -1,7 +1,7 @@