站内消息服务.

This commit is contained in:
lijiahang
2024-05-14 11:32:17 +08:00
parent 4b17d7b4ab
commit 1ae47f8ab9
23 changed files with 964 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion/keep-alive'
VITE_APP_VERSION= '1.0.7'
VITE_APP_VERSION= '1.0.8'
VITE_SFTP_PREVIEW_MB= 2

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= '/orion/api'
VITE_WS_BASE_URL= '/orion/keep-alive'
VITE_APP_VERSION= '1.0.7'
VITE_APP_VERSION= '1.0.8'
VITE_SFTP_PREVIEW_MB= 2

View File

@@ -1,7 +1,7 @@
{
"name": "orion-ops-pro-ui",
"description": "Orion Ops Pro for Vue",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"author": "Jiahang Li",
"license": "Apache 2.0",