51 Commits

Author SHA1 Message Date
33b53869bd :refactor: 更新依赖路径,将xybot模块更改为wechat-client/xybot
All checks were successful
BuildImage / build-image (push) Successful in 7m28s
2025-04-30 15:40:19 +08:00
a81b85977f 🆕 添加语音消息处理逻辑,支持下载和数据库记录(WIP,没有转换成wav之类的可以播放的格式)
All checks were successful
BuildImage / build-image (push) Successful in 2m1s
2025-04-28 17:13:36 +08:00
8ca2d5e1db :refactor: 添加资源模型,更新表情包处理逻辑以支持文件下载和数据库记录
All checks were successful
BuildImage / build-image (push) Successful in 2m3s
2025-04-28 16:14:14 +08:00
fa8bf764db :refactor: 更新登录逻辑,使用用户ID查询机器人并记录首次登录时间
All checks were successful
BuildImage / build-image (push) Successful in 1m54s
2025-04-28 11:51:28 +08:00
3be5e65a88 :refactor: 更新机器人模型,添加用户ID字段并优化数据库查询逻辑
All checks were successful
BuildImage / build-image (push) Successful in 2m8s
2025-04-28 11:38:35 +08:00
c8427c851d :refactor: 更新用户信息获取逻辑,使用Locals存储用户ID并记录错误日志
Some checks failed
BuildImage / build-image (push) Has been cancelled
2025-04-28 11:33:43 +08:00
26c8ae4e7d Merge remote-tracking branch 'origin/main'
All checks were successful
BuildImage / build-image (push) Successful in 6m45s
2025-04-28 10:09:15 +08:00
2e009e593f :refactor: 重构配置加载逻辑,移除不必要的Load函数,简化代码结构并优化Redis和Docker配置 2025-04-28 10:07:08 +08:00
146631c409 ⬆️ 更新依赖gitee.ltd/lxh/xybot至v0.0.6
All checks were successful
BuildImage / build-image (push) Successful in 2m3s
2025-04-25 22:28:33 +08:00
c320e8951f :refactor: 移除不必要的getProtocol函数,简化回调URL构建逻辑
All checks were successful
BuildImage / build-image (push) Successful in 3m3s
2025-04-24 17:21:00 +08:00
06c1cd91f3 :refactor: 更新二维码刷新链接,添加IsAwaken标志以支持唤醒登录状态
All checks were successful
BuildImage / build-image (push) Successful in 3m43s
2025-04-24 16:33:33 +08:00
de3c7bcd2c :refactor: 重构消息处理逻辑,新增媒体消息处理功能并优化联系人详情获取
All checks were successful
BuildImage / build-image (push) Successful in 3m2s
2025-04-24 16:07:34 +08:00
b839e4991a ⬆️ 更新依赖gitee.ltd/lxh/xybot至v0.0.4,调整消息同步频率至每秒一次
All checks were successful
BuildImage / build-image (push) Successful in 8m20s
2025-04-23 15:26:27 +08:00
dd1f9376c5 :refactor: 重命名app_message.go和media_message.go为appmessage.go和media.go,新增EmoticonMessage结构体以支持表情包消息
All checks were successful
BuildImage / build-image (push) Successful in 1m56s
2025-04-23 10:33:30 +08:00
cc629bd8b7 🆕 添加MinIO配置和初始化功能,新增下载图片和视频消息并保存到MinIO 2025-04-23 10:32:09 +08:00
65d245ddaf :refactor: 更新.gitignore以移除日志文件,重命名sync.go为message.go,并在AddJob函数中添加日志输出 2025-04-23 08:47:40 +08:00
2242b4a433 :fix: 修改退出登录按钮的背景色以提高可见性
All checks were successful
BuildImage / build-image (push) Successful in 1m54s
2025-04-22 21:26:38 +08:00
4ca9c5e2d7 :feature: 添加容器内存限制配置,默认值设置为512MB
Some checks failed
BuildImage / build-image (push) Has been cancelled
2025-04-22 21:21:06 +08:00
963ae62367 :fix: 修正show.html中对Robot.WechatID的引用,确保状态显示逻辑正确
All checks were successful
BuildImage / build-image (push) Successful in 1m57s
2025-04-22 21:02:45 +08:00
fb94ce31a6 :feature: 更新微信状态显示逻辑,添加设备绑定提示,并优化消息结构
Some checks failed
BuildImage / build-image (push) Has been cancelled
2025-04-22 20:59:25 +08:00
b256d82855 :feature: 添加WebSocket API以实时获取容器日志,并优化消息结构
All checks were successful
BuildImage / build-image (push) Successful in 7m30s
2025-04-22 20:44:57 +08:00
f2c9eed3cf :fix: 优化代码风格,简化错误处理逻辑并新增设备信息显示
All checks were successful
BuildImage / build-image (push) Successful in 1m55s
2025-04-22 20:21:08 +08:00
8c11c0375a :feature: 添加获取请求协议的函数,优化Logto登录和登出URL构建
All checks were successful
BuildImage / build-image (push) Successful in 8m52s
2025-04-22 17:29:22 +08:00
8a02f2f175 🎨 更新.gitignore,添加开发环境配置文件的忽略规则
All checks were successful
BuildImage / build-image (push) Successful in 10m5s
2025-04-22 17:06:33 +08:00
6f766c957d 🆕 登录新增Logto兼容
Some checks failed
BuildImage / build-image (push) Has been cancelled
2025-04-22 17:05:51 +08:00
78cc45e7fe 🎨 更新Dockerfile,移除构建依赖安装,添加bun可执行权限并复制到容器内 2025-04-22 09:25:51 +08:00
40b9ef3054 🎨 更新Dockerfile,移除构建依赖安装,添加bun可执行权限并复制到容器内 2025-04-22 08:56:41 +08:00
19895f3e8a 🐛 修复容器启动失败时的错误处理逻辑,确保删除容器操作不影响程序执行 2025-04-21 16:03:49 +08:00
e6457b7b22 🎨 重构代码以使用新的微信客户端库,更新相关函数以支持新的API;优化内存和网络统计显示逻辑
All checks were successful
BuildImage / build-image (push) Successful in 2m37s
2025-04-21 16:02:39 +08:00
dc28090064 🎨 添加联系人同步功能,更新联系人模型以支持更多字段;优化定时任务管理
All checks were successful
BuildImage / build-image (push) Successful in 2m0s
2025-04-09 16:15:16 +08:00
80a3de9906 🎨 清理主页和服务器代码,移除未使用的函数和调试日志;优化错误处理逻辑
All checks were successful
BuildImage / build-image (push) Successful in 2m4s
2025-04-09 14:47:04 +08:00
224885c439 🎨 优化用户头像显示逻辑,支持显示用户头像或默认图标;更新日志格式��修复IP地址记录
All checks were successful
BuildImage / build-image (push) Successful in 4m18s
2025-04-09 11:04:27 +08:00
b4bb6654c5 🎨 优化登录页面逻辑,增强唤醒登录体验;移除旧的登出方法,简化代码结构
All checks were successful
BuildImage / build-image (push) Successful in 4m28s
2025-04-09 10:22:41 +08:00
932d754b8a 🎨 优化登录页面样式,修复按钮图标对齐问题;增强定时任务删除错误处理
All checks were successful
BuildImage / build-image (push) Successful in 1m51s
2025-04-08 14:47:19 +08:00
5247077479 🎨 更新日志格式,添加IP地址到请求日志中
All checks were successful
BuildImage / build-image (push) Successful in 4m1s
2025-04-08 14:35:19 +08:00
590b48f925 🎨 简化数据库查询条件,移除多余的反引号
All checks were successful
BuildImage / build-image (push) Successful in 1m52s
2025-04-08 14:28:45 +08:00
2960115bbc 🎨 移除软删除字段的默认值类型定义,简化数据结构
All checks were successful
BuildImage / build-image (push) Successful in 2m6s
2025-04-08 14:21:37 +08:00
e91c9ec94b 🎨 更新机器人状态统计逻辑,调整前端显示信息,优化删除确认交互
All checks were successful
BuildImage / build-image (push) Successful in 1m52s
2025-04-07 16:55:43 +08:00
0bd777d959 🎨 nothing 2025-04-07 16:25:24 +08:00
080fdb66ab 🎨 添加定时任务调度,优化消息同步逻辑,更新相关API接口调用
All checks were successful
BuildImage / build-image (push) Successful in 2m2s
2025-04-07 16:08:55 +08:00
2f6b3fac01 🎨 优化登录逻辑,添加设备ID和名称生成,更新二维码状态处理
All checks were successful
BuildImage / build-image (push) Successful in 2m3s
2025-04-07 13:51:21 +08:00
37b766368f 🎨 优化网络配置,添加子网定义以支持固定IP分配,并更新微信状态显示
All checks were successful
BuildImage / build-image (push) Successful in 4m40s
2025-04-07 11:56:04 +08:00
c409dc5a02 🎨 优化容器网络配置,支持自动分配可用IP地址并修改删除按钮确认逻辑
All checks were successful
BuildImage / build-image (push) Successful in 4m0s
2025-04-07 11:14:30 +08:00
37a628b5c3 🎨 添加 favicon 并更新页面 logo
All checks were successful
BuildImage / build-image (push) Successful in 6m25s
2025-04-07 08:47:48 +08:00
bd203141d8 🎨 逻辑优化
All checks were successful
BuildImage / build-image (push) Successful in 1m55s
2025-04-03 14:35:00 +08:00
f3d8e73ab4 🎨 逻辑优化
All checks were successful
BuildImage / build-image (push) Successful in 2m20s
2025-04-02 15:09:49 +08:00
9ca7cc8f97 💚 添加自动打包并移除无用目录
All checks were successful
BuildImage / build-image (push) Successful in 5m10s
2025-04-02 14:46:42 +08:00
b66a3e4ad8 🆕 基础功能完善 2025-04-02 14:29:57 +08:00
0037c1ea44 🆕 基础功能完善 2025-04-02 14:29:44 +08:00
d550420af8 🆕 update 2025-03-27 20:04:49 +08:00