From ca3c9946ce8504f08ba2888c6e4dbbfefeff52ff Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Mon, 1 May 2023 13:55:26 +0800 Subject: [PATCH] chore: update version --- README-zh_CN.md | 2 +- README-zh_TW.md | 2 +- README.md | 2 +- frontend/package.json | 112 +++++++++++++++++++------------------- frontend/src/version.json | 2 +- frontend/version.json | 2 +- 6 files changed, 61 insertions(+), 61 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 81803b5b..45154e2a 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -66,7 +66,7 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https ![Dashboard](resources/screenshots/dashboard_zh_CN.png) ### 在线预览 -网址:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn) +网址:[https://demo.nginxui.com](https://demo.nginxui.com) - 用户名:admin - 密码:admin diff --git a/README-zh_TW.md b/README-zh_TW.md index f77133a2..1865c325 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -67,7 +67,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https ### 線上預覽 -位址:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn) +位址:[https://demo.nginxui.com](https://demo.nginxui.com) - 使用者:admin - 密碼:admin diff --git a/README.md b/README.md index ccaf9a28..12a4c7cf 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md) ![Dashboard](resources/screenshots/dashboard_en.png) ### Demo -URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn) +URL:[https://demo.nginxui.com](https://demo.nginxui.com) - Username:admin - Password:admin diff --git a/frontend/package.json b/frontend/package.json index 28b42723..5a06e6cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,58 +1,58 @@ { - "name": "nginx-ui-frontend-next", - "private": true, - "version": "1.8.3", - "type": "commonjs", - "scripts": { - "dev": "vite", - "build": "vite build", - "preview": "vite preview", - "gettext:extract": "vue-gettext-extract", - "gettext:compile": "vue-gettext-compile", - "docs:dev": "vitepress dev docs", - "docs:build": "vitepress build docs", - "docs:preview": "vitepress preview docs" - }, - "dependencies": { - "@ant-design/icons-vue": "^6.1.0", - "@formkit/auto-animate": "^1.0.0-beta.6", - "@types/lodash": "^4.14.188", - "@types/marked": "^4.0.8", - "@types/nprogress": "^0.2.0", - "@types/sortablejs": "^1.15.0", - "ant-design-vue": "^3.2.17", - "apexcharts": "^3.36.3", - "axios": "^1.3.5", - "dayjs": "^1.11.7", - "highlight.js": "^11.7.0", - "marked": "^4.2.5", - "nprogress": "^0.2.0", - "pinia": "^2.0.28", - "pinia-plugin-persistedstate": "^3.0.2", - "reconnecting-websocket": "^4.4.0", - "vite-plugin-build-id": "^0.2.3", - "vue": "^3.2.47", - "vue-github-button": "https://github.com/0xJacky/vue-github-button", - "vue-router": "^4.1.6", - "vue3-ace-editor": "^2.2.2", - "vue3-apexcharts": "^1.4.1", - "vue3-gettext": "^2.5.0-alpha.1", - "vuedraggable": "^4.1.0", - "xterm": "^5.1.0", - "xterm-addon-attach": "^0.8.0", - "xterm-addon-fit": "^0.7.0" - }, - "devDependencies": { - "@vitejs/plugin-vue": "^4.1.0", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "@zougt/vite-plugin-theme-preprocessor": "^1.4.8", - "less": "^4.1.3", - "typescript": "^5.0.4", - "unplugin-vue-components": "^0.24.1", - "vite": "^4.2.1", - "vite-plugin-html": "^3.2.0", - "vite-svg-loader": "^4.0.0", - "vitepress": "^1.0.0-alpha.75", - "vue-tsc": "^1.4.2" - } + "name": "nginx-ui-frontend-next", + "private": true, + "version": "1.8.4", + "type": "commonjs", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview", + "gettext:extract": "vue-gettext-extract", + "gettext:compile": "vue-gettext-compile", + "docs:dev": "vitepress dev docs", + "docs:build": "vitepress build docs", + "docs:preview": "vitepress preview docs" + }, + "dependencies": { + "@ant-design/icons-vue": "^6.1.0", + "@formkit/auto-animate": "^1.0.0-beta.6", + "@types/lodash": "^4.14.188", + "@types/marked": "^4.0.8", + "@types/nprogress": "^0.2.0", + "@types/sortablejs": "^1.15.0", + "ant-design-vue": "^3.2.17", + "apexcharts": "^3.36.3", + "axios": "^1.3.5", + "dayjs": "^1.11.7", + "highlight.js": "^11.7.0", + "marked": "^4.2.5", + "nprogress": "^0.2.0", + "pinia": "^2.0.28", + "pinia-plugin-persistedstate": "^3.0.2", + "reconnecting-websocket": "^4.4.0", + "vite-plugin-build-id": "^0.2.3", + "vue": "^3.2.47", + "vue-github-button": "https://github.com/0xJacky/vue-github-button", + "vue-router": "^4.1.6", + "vue3-ace-editor": "^2.2.2", + "vue3-apexcharts": "^1.4.1", + "vue3-gettext": "^2.5.0-alpha.1", + "vuedraggable": "^4.1.0", + "xterm": "^5.1.0", + "xterm-addon-attach": "^0.8.0", + "xterm-addon-fit": "^0.7.0" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.1.0", + "@vitejs/plugin-vue-jsx": "^3.0.1", + "@zougt/vite-plugin-theme-preprocessor": "^1.4.8", + "less": "^4.1.3", + "typescript": "^5.0.4", + "unplugin-vue-components": "^0.24.1", + "vite": "^4.2.1", + "vite-plugin-html": "^3.2.0", + "vite-svg-loader": "^4.0.0", + "vitepress": "^1.0.0-alpha.75", + "vue-tsc": "^1.4.2" + } } diff --git a/frontend/src/version.json b/frontend/src/version.json index 6949c991..9d4b925b 100644 --- a/frontend/src/version.json +++ b/frontend/src/version.json @@ -1 +1 @@ -{"version":"1.8.3","build_id":105,"total_build":175} \ No newline at end of file +{"version":"1.8.4","build_id":106,"total_build":176} \ No newline at end of file diff --git a/frontend/version.json b/frontend/version.json index 6949c991..9d4b925b 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"1.8.3","build_id":105,"total_build":175} \ No newline at end of file +{"version":"1.8.4","build_id":106,"total_build":176} \ No newline at end of file