Commit Graph

12 Commits

Author SHA1 Message Date
8007315c66 feat: 更新 WebSocket 路由,添加缺失的路由配置并调整测试用例 2025-12-21 04:42:36 +08:00
36628c8279 feat: update WebSocket connection and add system version sending functionality
- Changed WebSocket connection URL to localhost for testing.
- Added a function to send system version to the server upon connection and after a delay.
- Improved logging for received messages.

chore: update package dependencies

- Bump versions for several dependencies including @kevisual/query, lucide-react, vue, and others.
- Update package manager version to pnpm@10.26.1.

fix: adjust app initialization to use sessionStorage

- Modified the app initialization to use a custom sessionStorage implementation backed by an LRU cache.

feat: implement sessionStorage with LRU cache

- Added a new module for sessionStorage that utilizes LRUCache for efficient caching.
2025-12-21 04:20:25 +08:00
91fdd6abc3 feat: 更新助手配置,添加应用ID和URL,优化身份验证和代理逻辑 2025-12-18 20:56:18 +08:00
6e1ffe173a feat: 更新开发脚本,添加新的环境变量支持,优化管理员登录流程 2025-12-18 03:47:07 +08:00
b9624e4f6f fix: 添加身份验证检查,未登录用户重定向至根目录 2025-12-17 23:22:36 +08:00
7d4bc37c09 update 2025-12-15 23:02:06 +08:00
574317a42d update: add local-proxy library 2025-06-20 12:07:09 +08:00
a05f2cd291 feat: update ev cli 2025-05-18 17:59:54 +08:00
035ddc248c add install base 2025-05-17 03:32:38 +08:00
f2abfbf17c "feat: 增加助手应用配置管理功能与服务器守护进程支持" 2025-04-27 00:35:44 +08:00
bcc12209e0 init 2025-04-26 03:15:11 +08:00
9eb4d06939 temp 2025-04-25 02:14:24 +08:00