更新version

This commit is contained in:
bob
2025-04-29 21:11:36 +08:00
parent 58e46fa09f
commit 240b0560dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "anylink-web",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
export const CLIENT_TYPE = 2
export const CLIENT_NAME = 'web'
export const CLIENT_VERSION = '1.3.0'
export const CLIENT_VERSION = '1.4.0'
export const LEAVING_AFTER_DURATION = 5 * 60 * 1000
export const LOGOUT_AFTER_DURATION = 8 * 60 * 60 * 1000