Skip to content

Commit ca3c994

Browse files
committed
chore: update version
1 parent 6b64038 commit ca3c994

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https
6666
![Dashboard](resources/screenshots/dashboard_zh_CN.png)
6767

6868
### 在线预览
69-
网址:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
69+
网址:[https://demo.nginxui.com](https://demo.nginxui.com)
7070
- 用户名:admin
7171
- 密码:admin
7272

README-zh_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https
6767

6868
### 線上預覽
6969

70-
位址:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
70+
位址:[https://demo.nginxui.com](https://demo.nginxui.com)
7171

7272
- 使用者:admin
7373
- 密碼:admin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
7070
![Dashboard](resources/screenshots/dashboard_en.png)
7171

7272
### Demo
73-
URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
73+
URL:[https://demo.nginxui.com](https://demo.nginxui.com)
7474
- Username:admin
7575
- Password:admin
7676

frontend/package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
2-
"name": "nginx-ui-frontend-next",
3-
"private": true,
4-
"version": "1.8.3",
5-
"type": "commonjs",
6-
"scripts": {
7-
"dev": "vite",
8-
"build": "vite build",
9-
"preview": "vite preview",
10-
"gettext:extract": "vue-gettext-extract",
11-
"gettext:compile": "vue-gettext-compile",
12-
"docs:dev": "vitepress dev docs",
13-
"docs:build": "vitepress build docs",
14-
"docs:preview": "vitepress preview docs"
15-
},
16-
"dependencies": {
17-
"@ant-design/icons-vue": "^6.1.0",
18-
"@formkit/auto-animate": "^1.0.0-beta.6",
19-
"@types/lodash": "^4.14.188",
20-
"@types/marked": "^4.0.8",
21-
"@types/nprogress": "^0.2.0",
22-
"@types/sortablejs": "^1.15.0",
23-
"ant-design-vue": "^3.2.17",
24-
"apexcharts": "^3.36.3",
25-
"axios": "^1.3.5",
26-
"dayjs": "^1.11.7",
27-
"highlight.js": "^11.7.0",
28-
"marked": "^4.2.5",
29-
"nprogress": "^0.2.0",
30-
"pinia": "^2.0.28",
31-
"pinia-plugin-persistedstate": "^3.0.2",
32-
"reconnecting-websocket": "^4.4.0",
33-
"vite-plugin-build-id": "^0.2.3",
34-
"vue": "^3.2.47",
35-
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
36-
"vue-router": "^4.1.6",
37-
"vue3-ace-editor": "^2.2.2",
38-
"vue3-apexcharts": "^1.4.1",
39-
"vue3-gettext": "^2.5.0-alpha.1",
40-
"vuedraggable": "^4.1.0",
41-
"xterm": "^5.1.0",
42-
"xterm-addon-attach": "^0.8.0",
43-
"xterm-addon-fit": "^0.7.0"
44-
},
45-
"devDependencies": {
46-
"@vitejs/plugin-vue": "^4.1.0",
47-
"@vitejs/plugin-vue-jsx": "^3.0.1",
48-
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
49-
"less": "^4.1.3",
50-
"typescript": "^5.0.4",
51-
"unplugin-vue-components": "^0.24.1",
52-
"vite": "^4.2.1",
53-
"vite-plugin-html": "^3.2.0",
54-
"vite-svg-loader": "^4.0.0",
55-
"vitepress": "^1.0.0-alpha.75",
56-
"vue-tsc": "^1.4.2"
57-
}
2+
"name": "nginx-ui-frontend-next",
3+
"private": true,
4+
"version": "1.8.4",
5+
"type": "commonjs",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "vite build",
9+
"preview": "vite preview",
10+
"gettext:extract": "vue-gettext-extract",
11+
"gettext:compile": "vue-gettext-compile",
12+
"docs:dev": "vitepress dev docs",
13+
"docs:build": "vitepress build docs",
14+
"docs:preview": "vitepress preview docs"
15+
},
16+
"dependencies": {
17+
"@ant-design/icons-vue": "^6.1.0",
18+
"@formkit/auto-animate": "^1.0.0-beta.6",
19+
"@types/lodash": "^4.14.188",
20+
"@types/marked": "^4.0.8",
21+
"@types/nprogress": "^0.2.0",
22+
"@types/sortablejs": "^1.15.0",
23+
"ant-design-vue": "^3.2.17",
24+
"apexcharts": "^3.36.3",
25+
"axios": "^1.3.5",
26+
"dayjs": "^1.11.7",
27+
"highlight.js": "^11.7.0",
28+
"marked": "^4.2.5",
29+
"nprogress": "^0.2.0",
30+
"pinia": "^2.0.28",
31+
"pinia-plugin-persistedstate": "^3.0.2",
32+
"reconnecting-websocket": "^4.4.0",
33+
"vite-plugin-build-id": "^0.2.3",
34+
"vue": "^3.2.47",
35+
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
36+
"vue-router": "^4.1.6",
37+
"vue3-ace-editor": "^2.2.2",
38+
"vue3-apexcharts": "^1.4.1",
39+
"vue3-gettext": "^2.5.0-alpha.1",
40+
"vuedraggable": "^4.1.0",
41+
"xterm": "^5.1.0",
42+
"xterm-addon-attach": "^0.8.0",
43+
"xterm-addon-fit": "^0.7.0"
44+
},
45+
"devDependencies": {
46+
"@vitejs/plugin-vue": "^4.1.0",
47+
"@vitejs/plugin-vue-jsx": "^3.0.1",
48+
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
49+
"less": "^4.1.3",
50+
"typescript": "^5.0.4",
51+
"unplugin-vue-components": "^0.24.1",
52+
"vite": "^4.2.1",
53+
"vite-plugin-html": "^3.2.0",
54+
"vite-svg-loader": "^4.0.0",
55+
"vitepress": "^1.0.0-alpha.75",
56+
"vue-tsc": "^1.4.2"
57+
}
5858
}

frontend/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.8.3","build_id":105,"total_build":175}
1+
{"version":"1.8.4","build_id":106,"total_build":176}

frontend/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.8.3","build_id":105,"total_build":175}
1+
{"version":"1.8.4","build_id":106,"total_build":176}

0 commit comments

Comments
 (0)