Pārlūkot izejas kodu

chore: update version

0xJacky 2 gadi atpakaļ
vecāks
revīzija
ca3c9946ce
6 mainītis faili ar 61 papildinājumiem un 61 dzēšanām
  1. 1 1
      README-zh_CN.md
  2. 1 1
      README-zh_TW.md
  3. 1 1
      README.md
  4. 56 56
      frontend/package.json
  5. 1 1
      frontend/src/version.json
  6. 1 1
      frontend/version.json

+ 1 - 1
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
 

+ 1 - 1
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

+ 1 - 1
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
 

+ 56 - 56
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"
+    }
 }

+ 1 - 1
frontend/src/version.json

@@ -1 +1 @@
-{"version":"1.8.3","build_id":105,"total_build":175}
+{"version":"1.8.4","build_id":106,"total_build":176}

+ 1 - 1
frontend/version.json

@@ -1 +1 @@
-{"version":"1.8.3","build_id":105,"total_build":175}
+{"version":"1.8.4","build_id":106,"total_build":176}