feat(设备管理): 使用函数替代映射表获取设备和状态信息

This commit is contained in:
zhang1106
2026-02-12 09:48:01 +08:00
parent e55031f8cc
commit b84b8f7594
8 changed files with 304 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
# 用户空闲超时配置(毫秒)
# 默认30分钟 = 30 * 60 * 1000 = 1800000
VITE_IDLE_TIMEOUT=1800000
# 超时前警告时间(毫秒)
# 默认1分钟 = 60 * 1000 = 60000
VITE_IDLE_WARNING_TIME=60000