diff --git a/README.md b/README.md index f1619050..7ba3215d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # Nginx UI Yet another Nginx Web UI -Version: 1.0.0 +Version: 1.1.0 ## 项目特色 1. 可在线查看服务器 CPU、内存、load average、磁盘使用率等指标 2. 可一键申请 Let's encrypt 证书 -3. 在线编辑网站配置文件 +3. 可自动续签 Let's encrypt 证书 +4. 在线编辑网站配置文件 ## 项目预览 diff --git a/frontend/babel.config.js b/frontend/babel.config.js index 17c4f5cd..4fa78b99 100644 --- a/frontend/babel.config.js +++ b/frontend/babel.config.js @@ -3,6 +3,8 @@ module.exports = { "@vue/cli-plugin-babel/preset" ], "plugins": [ + '@babel/plugin-proposal-optional-chaining', + '@babel/plugin-proposal-nullish-coalescing-operator', ["import", {"libraryName": "ant-design-vue", "libraryDirectory": "es", "style": true}, "syntax-dynamic-import"] ], } diff --git a/frontend/dist/favicon.ico b/frontend/dist/favicon.ico index c509adfe..c6cc998a 100644 Binary files a/frontend/dist/favicon.ico and b/frontend/dist/favicon.ico differ diff --git a/frontend/dist/img/logo.9e691c6b.png b/frontend/dist/img/logo.9e691c6b.png new file mode 100644 index 00000000..539a114b Binary files /dev/null and b/frontend/dist/img/logo.9e691c6b.png differ diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 8c21e8be..e38fbbf4 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -1 +1 @@ -