Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

围绕 Gewechat 修改,1)支持聊天记录的消息; 2)图片消息改为图片常规尺寸图片放弃原来的缩略图 #1127

Merged
merged 14 commits into from
Feb 25, 2025

Conversation

Yi-Lyu
Copy link
Contributor

@Yi-Lyu Yi-Lyu commented Feb 25, 2025

概述

实现/解决/优化的内容:

围绕 Gewechat 做了些修改

  1. 新增:支持聊天记录的消息;
  2. 修改:图片消息改为图片常规尺寸图片放弃原来的缩略图
  3. 修复 bug: 无法响应设置过微信id的用户

检查清单

PR 作者完成

*请在方括号间写x以打勾

  • [ x ] 阅读仓库贡献指引了吗?
  • [ x ] 与项目所有者沟通过了吗?
  • [ x ] 我确定已自行测试所作的更改,确保功能符合预期。

项目所有者完成

  • 相关 issues 链接了吗?
  • 配置项写好了吗?迁移写好了吗?生效了吗?
  • 依赖写到 requirements.txt 和 core/bootutils/deps.py 了吗
  • 文档编写了吗?

Yi-Lyu and others added 14 commits February 24, 2025 18:09
微信聊天记录是 xml 数据格式,本质上也是字符串,可以按照字符串Plain类型来处理。
[02-24 05:46:37.616] manager.py (169) - [ERROR] : 平台适配器运行出错: 'GeWeChatAdapter' object has no attribute 'name'
# Conflicts:
#	pkg/platform/sources/gewechat.py
@RockChinQ
Copy link
Owner

我把配置项改成了gewechat_file_url以便直接使用而不是分割再拼接。
但是我这里gewechat现在登录不上,暂时没法测试,我先给合入了,条件允许的话你可以再测测。

@RockChinQ RockChinQ merged commit 6761a31 into RockChinQ:master Feb 25, 2025
@Yi-Lyu
Copy link
Contributor Author

Yi-Lyu commented Feb 25, 2025

我把配置项改成了gewechat_file_url以便直接使用而不是分割再拼接。 但是我这里gewechat现在登录不上,暂时没法测试,我先给合入了,条件允许的话你可以再测测。

我看了下你的改动,问题不大~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants