wong
|
55629a8ce4
|
Merge branch 'feature/groupPush' into develop
|
2025-12-04 16:05:38 +08:00 |
|
wong
|
923c6a5904
|
Merge branch 'feature/bug' into feature/groupPush
|
2025-12-04 16:02:25 +08:00 |
|
wong
|
b63e87d0cf
|
1
|
2025-12-04 16:01:51 +08:00 |
|
wong
|
96caa71f03
|
内容库可以选择设备
|
2025-12-04 15:56:19 +08:00 |
|
wong
|
b9b1877e04
|
自动点赞功能优化
|
2025-12-04 11:10:55 +08:00 |
|
wong
|
81daa8cfdc
|
修复备注
|
2025-12-04 09:43:25 +08:00 |
|
乘风
|
903ea005e3
|
通过向UpdateDataInfoParams添加conRemark并重构相关组件,增强好友信息更新功能。删除未使用的本地数据库更新逻辑并简化DetailValue组件中的数据处理。
|
2025-12-03 18:44:42 +08:00 |
|
乘风
|
580e9f4f73
|
Remove package.json file from MCP directory
|
2025-12-03 16:56:02 +08:00 |
|
乘风
|
51e08d1b2a
|
Merge branch 'develop' into yongpxu-dev2
|
2025-12-03 16:55:35 +08:00 |
|
乘风
|
3708f5a61e
|
优化消息同步处理逻辑,提升系统性能和稳定性。
|
2025-12-03 16:54:21 +08:00 |
|
wong
|
58377b4670
|
代码提交
|
2025-12-03 16:29:40 +08:00 |
|
wong
|
5bb5aa3d5a
|
代码优化
|
2025-12-03 16:18:10 +08:00 |
|
wong
|
71def21369
|
消息优化
|
2025-12-03 14:06:07 +08:00 |
|
乘风
|
1ea565fbdf
|
先写好接口
|
2025-12-03 11:03:38 +08:00 |
|
乘风
|
56a9a015f1
|
重构ChatWindow和MessageEnter组件以提高性能和可维护性。利用useCallback和useMemo进行备忘录化,增强文件类型处理,并简化消息呈现逻辑。在MessageList中引入SessionItem组件以更好地管理会话。
|
2025-12-03 09:46:19 +08:00 |
|
wong
|
0708b5a134
|
Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into develop
|
2025-12-02 17:47:32 +08:00 |
|
wong
|
242065d298
|
微信分组及消息置顶
|
2025-12-02 17:47:22 +08:00 |
|
乘风
|
b5d6214521
|
Remove pin/unpin chat session API methods and update message list handling for pinning sessions.
|
2025-12-02 15:28:57 +08:00 |
|
乘风
|
9c5bccb23c
|
Merge branch 'develop' into yongpxu-dev
|
2025-12-02 10:54:28 +08:00 |
|
wong
|
5f5b567749
|
调整消息同步处理
|
2025-12-02 10:51:27 +08:00 |
|
wong
|
354d6c4f62
|
代码优化
|
2025-12-01 18:09:06 +08:00 |
|
wong
|
2c37314c4f
|
代码优化
|
2025-12-01 17:41:57 +08:00 |
|
乘风
|
1dbdee155e
|
添加高频轮询接口白名单,优化请求截流逻辑以支持特定接口的无截流请求。允许通过配置控制截流功能,提升请求处理的灵活性和用户体验。
|
2025-12-01 16:58:58 +08:00 |
|
wong
|
2939b63998
|
1
|
2025-12-01 16:47:57 +08:00 |
|
wong
|
ff7097f2d9
|
1
|
2025-12-01 16:46:23 +08:00 |
|
wong
|
33cd4de3c5
|
Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into wong-dev
|
2025-12-01 16:44:38 +08:00 |
|
wong
|
0bc6c3a22a
|
代码优化
|
2025-12-01 16:41:40 +08:00 |
|
wong
|
44edfe7a81
|
消息同步优化
|
2025-12-01 16:25:15 +08:00 |
|
wong
|
d3fae3bbd0
|
队列优化
|
2025-12-01 15:42:54 +08:00 |
|
乘风
|
11a4ec8c67
|
在MessageList组件中添加未知联系人补充功能,异步拉取缺失的头像和昵称信息,并更新会话和联系人数据库,以提升用户信息的准确性和完整性。
|
2025-12-01 15:09:25 +08:00 |
|
乘风
|
75aab08a72
|
在MessageList组件中实现对丢失头像或昵称的详细获取,并相应更新会话状态和数据库,以确保准确显示用户信息。
|
2025-12-01 14:43:33 +08:00 |
|
乘风
|
2cc2184002
|
增强MessageRecord组件以管理消息加载期间的滚动行为。为消息容器和加载状态引入引用,通过在加载更多消息时保留滚动位置来确保平滑的用户体验。
|
2025-12-01 14:34:19 +08:00 |
|
乘风
|
57c398f537
|
更新MessageRecord组件中的消息过滤逻辑,以包括其他消息类型(-10001),以改进系统消息的处理并增强用户体验。
|
2025-12-01 14:27:39 +08:00 |
|
乘风
|
7d9f94984c
|
在MessageRecord组件中实现parseSystemMessage实用程序,从系统消息中提取纯文本,通过删除HTML标签并为相关内容添加红包图标来增强消息渲染。
|
2025-12-01 14:23:10 +08:00 |
|
乘风
|
8659049ae9
|
增强MessageRecord组件以支持RedPacketMessage和TransferMessage的额外道具,从而更好地处理单击事件和套接字请求。更新禁用的转接消息的样式以改善用户体验。
|
2025-12-01 12:23:19 +08:00 |
|
乘风
|
1ca5b30c15
|
Refactor TransferMessage component to improve layout and styling. Adjust icon size and add status display for better user experience.
|
2025-12-01 10:59:50 +08:00 |
|
乘风
|
b9bc0a71a9
|
在MessageRecord组件中增加微信转账消息支持,更新消息过滤逻辑。调整RedPacketMessage样式以获得更好的布局。
|
2025-12-01 10:56:05 +08:00 |
|
乘风
|
13ae8bd76f
|
Enhance message filtering to support WeChat red packet messages, allowing for sender identification in chat records.
|
2025-12-01 10:38:27 +08:00 |
|
wong
|
31fdabaa15
|
Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into wong-dev
# Conflicts:
# Server/composer.json
|
2025-12-01 10:27:35 +08:00 |
|
wong
|
43e9930b45
|
Merge tag 'v1.1.1-a' into develop
|
2025-12-01 10:17:25 +08:00 |
|
wong
|
a77192ebc2
|
Merge branch 'release/v1.1.1-a'
|
2025-12-01 10:17:18 +08:00 |
|
wong
|
181a792d0a
|
Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into develop
# Conflicts:
# Cunkebao/src/pages/mobile/mine/wechat-accounts/detail/index.tsx
|
2025-12-01 10:15:45 +08:00 |
|
wong
|
43f6a061e1
|
解决代码冲突问题
|
2025-12-01 10:05:26 +08:00 |
|
超级老白兔
|
05bba1a461
|
Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into develop
|
2025-11-28 23:00:44 +08:00 |
|
超级老白兔
|
97fc9959bb
|
Refactor cache clearing functionality in settings page to improve user feedback and error handling. Update WeChat API functions to support debounce options for contact and group list retrieval. Enhance message rendering logic to include red packet messages and improve user identification in chat records.
|
2025-11-28 23:00:40 +08:00 |
|
wong
|
ad2d1c27ab
|
优化代码
|
2025-11-28 17:03:05 +08:00 |
|
wong
|
97144e4ebe
|
Merge tag 'v1.1.1' into develop
|
2025-11-28 16:55:27 +08:00 |
|
wong
|
0cc30e5cb1
|
Merge branch 'release/v1.1.1'
|
2025-11-28 16:55:20 +08:00 |
|
超级老白兔
|
eebb73f49e
|
Merge branch 'develop' into yongpxu-dev
# Conflicts:
# Cunkebao/src/pages/mobile/mine/wechat-accounts/detail/index.tsx resolved by yongpxu-dev version
|
2025-11-28 16:52:00 +08:00 |
|
超级老白兔
|
72626e3367
|
优化AI触发条件,确保只有对方发送的文字消息才会触发AI处理,提升消息处理逻辑的准确性。
|
2025-11-28 16:50:30 +08:00 |
|