fix: red envelope related bugs#190
Merged
chenyme merged 1 commit intolinux-do:masterfrom Feb 19, 2026
Merged
Conversation
chenyme
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
例行检查
关联信息
Ref: /t/-/1623712
Internal Ref: /t/-/1378692/64
变更内容
修复以下Bug:
总记录里面发出的红包不应该计入本人的红包收入;
红包封面图片上传逻辑更新,crop后canvas导出的类型从png更换为webp,降低上传图像超过2MB的可能,同时提升红包图像加载效率;
领红包界面适配深色模式;
修复discourse onebox 适配问题,现在应该可以正常解析链接,而非转换为redirect链接;
修复红包背景封面在手机端和PC端缩放及显示效果不一致的问题。
变更原因
参考关联信息 OwO~