From 13689f8dd7b0a7996d93f1b7ef9f5518e983dad7 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sun, 8 May 2022 16:27:30 +0800 Subject: [PATCH] update readme --- README-zh_CN.md | 1 + README-zh_TW.md | 1 + README.md | 1 + frontend/src/views/dashboard/DashBoard.vue | 12 ++++++------ 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index fccb17ea..1774e3bf 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -76,6 +76,7 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https - 在线编辑 Nginx 配置文件,编辑器支持 Nginx 配置语法高亮 - 使用 Go 和 Vue 开发,发行版本为单个可执行的二进制文件 - 前端支持暗夜模式 +- 保存配置文件后自动测试配置文件并重载 Nginx ### 国际化 diff --git a/README-zh_TW.md b/README-zh_TW.md index 37cf3330..ff1f4602 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -78,6 +78,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https - 線上編輯 Nginx 配置檔案,編輯器支援 Nginx 配置語法高亮 - 使用 Go 和 Vue 開發,發行版本為單個可執行的二進位制檔案 - 前端支援暗夜模式 +- 保存配置文件後自動測試配置文件並重載 Nginx ### 國際化 diff --git a/README.md b/README.md index 10ad8b19..d5f7669c 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn) - Online editing websites configuration files, the editor support highlight nginx configuration syntax. - Written in Go and Vue, distribution is a single executable binary. - Frontend support Dark Mode +- Automatically test configuration file and reload nginx after saving configuration. ### Internationalization diff --git a/frontend/src/views/dashboard/DashBoard.vue b/frontend/src/views/dashboard/DashBoard.vue index 613b6ca5..8cf903b9 100644 --- a/frontend/src/views/dashboard/DashBoard.vue +++ b/frontend/src/views/dashboard/DashBoard.vue @@ -1,7 +1,7 @@