mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update version
This commit is contained in:
parent
6b640381e8
commit
ca3c9946ce
6 changed files with 61 additions and 61 deletions
|
@ -66,7 +66,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
|
||||||
- 密码:admin
|
- 密码:admin
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
- 密碼:admin
|
- 密碼:admin
|
||||||
|
|
|
@ -70,7 +70,7 @@ English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
|
||||||

|

|
||||||
|
|
||||||
### Demo
|
### Demo
|
||||||
URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
|
URL:[https://demo.nginxui.com](https://demo.nginxui.com)
|
||||||
- Username:admin
|
- Username:admin
|
||||||
- Password:admin
|
- Password:admin
|
||||||
|
|
||||||
|
|
|
@ -1,58 +1,58 @@
|
||||||
{
|
{
|
||||||
"name": "nginx-ui-frontend-next",
|
"name": "nginx-ui-frontend-next",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.8.3",
|
"version": "1.8.4",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"gettext:extract": "vue-gettext-extract",
|
"gettext:extract": "vue-gettext-extract",
|
||||||
"gettext:compile": "vue-gettext-compile",
|
"gettext:compile": "vue-gettext-compile",
|
||||||
"docs:dev": "vitepress dev docs",
|
"docs:dev": "vitepress dev docs",
|
||||||
"docs:build": "vitepress build docs",
|
"docs:build": "vitepress build docs",
|
||||||
"docs:preview": "vitepress preview docs"
|
"docs:preview": "vitepress preview docs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons-vue": "^6.1.0",
|
"@ant-design/icons-vue": "^6.1.0",
|
||||||
"@formkit/auto-animate": "^1.0.0-beta.6",
|
"@formkit/auto-animate": "^1.0.0-beta.6",
|
||||||
"@types/lodash": "^4.14.188",
|
"@types/lodash": "^4.14.188",
|
||||||
"@types/marked": "^4.0.8",
|
"@types/marked": "^4.0.8",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/sortablejs": "^1.15.0",
|
"@types/sortablejs": "^1.15.0",
|
||||||
"ant-design-vue": "^3.2.17",
|
"ant-design-vue": "^3.2.17",
|
||||||
"apexcharts": "^3.36.3",
|
"apexcharts": "^3.36.3",
|
||||||
"axios": "^1.3.5",
|
"axios": "^1.3.5",
|
||||||
"dayjs": "^1.11.7",
|
"dayjs": "^1.11.7",
|
||||||
"highlight.js": "^11.7.0",
|
"highlight.js": "^11.7.0",
|
||||||
"marked": "^4.2.5",
|
"marked": "^4.2.5",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.28",
|
"pinia": "^2.0.28",
|
||||||
"pinia-plugin-persistedstate": "^3.0.2",
|
"pinia-plugin-persistedstate": "^3.0.2",
|
||||||
"reconnecting-websocket": "^4.4.0",
|
"reconnecting-websocket": "^4.4.0",
|
||||||
"vite-plugin-build-id": "^0.2.3",
|
"vite-plugin-build-id": "^0.2.3",
|
||||||
"vue": "^3.2.47",
|
"vue": "^3.2.47",
|
||||||
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
|
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
|
||||||
"vue-router": "^4.1.6",
|
"vue-router": "^4.1.6",
|
||||||
"vue3-ace-editor": "^2.2.2",
|
"vue3-ace-editor": "^2.2.2",
|
||||||
"vue3-apexcharts": "^1.4.1",
|
"vue3-apexcharts": "^1.4.1",
|
||||||
"vue3-gettext": "^2.5.0-alpha.1",
|
"vue3-gettext": "^2.5.0-alpha.1",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
"xterm": "^5.1.0",
|
"xterm": "^5.1.0",
|
||||||
"xterm-addon-attach": "^0.8.0",
|
"xterm-addon-attach": "^0.8.0",
|
||||||
"xterm-addon-fit": "^0.7.0"
|
"xterm-addon-fit": "^0.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^4.1.0",
|
"@vitejs/plugin-vue": "^4.1.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
||||||
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
|
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
|
||||||
"less": "^4.1.3",
|
"less": "^4.1.3",
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"unplugin-vue-components": "^0.24.1",
|
"unplugin-vue-components": "^0.24.1",
|
||||||
"vite": "^4.2.1",
|
"vite": "^4.2.1",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
"vite-svg-loader": "^4.0.0",
|
"vite-svg-loader": "^4.0.0",
|
||||||
"vitepress": "^1.0.0-alpha.75",
|
"vitepress": "^1.0.0-alpha.75",
|
||||||
"vue-tsc": "^1.4.2"
|
"vue-tsc": "^1.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"1.8.3","build_id":105,"total_build":175}
|
{"version":"1.8.4","build_id":106,"total_build":176}
|
|
@ -1 +1 @@
|
||||||
{"version":"1.8.3","build_id":105,"total_build":175}
|
{"version":"1.8.4","build_id":106,"total_build":176}
|
Loading…
Add table
Add a link
Reference in a new issue