更新version

This commit is contained in:
bob
2025-04-27 10:01:14 +08:00
parent b19bd8e05f
commit 5237d3044d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "anylink-web",
"version": "1.2.0",
"version": "1.3.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.2.0'
export const CLIENT_VERSION = '1.3.0'
export const LEAVING_AFTER_DURATION = 5 * 60 * 1000
export const LOGOUT_AFTER_DURATION = 8 * 60 * 60 * 1000