Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed May 1, 2023
1 parent 6b64038 commit ca3c994
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README-zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
112 changes: 56 additions & 56 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion frontend/src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.8.3","build_id":105,"total_build":175}
{"version":"1.8.4","build_id":106,"total_build":176}
2 changes: 1 addition & 1 deletion frontend/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.8.3","build_id":105,"total_build":175}
{"version":"1.8.4","build_id":106,"total_build":176}

0 comments on commit ca3c994

Please sign in to comment.