-
Notifications
You must be signed in to change notification settings - Fork 13
Milky 1.2 累积更新 #47
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
Draft
Wesley-Young
wants to merge
10
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Milky 1.2 累积更新 #47
+13
−3
Conversation
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
Co-authored-by: Clansty <i@gao4.pw>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
milky | d058bab | Jan 12 2026, 01:03 PM |
|
forward 其实卡片最后一行(查看x条转发消息)也是可以改的 |
Contributor
Author
summary 就是管这一块的,详见 Q&A (#46) |
|
哦,那就是少了 prompt |
Contributor
Author
根据 Acidify 中 MessageBuildingContext 的 L467 和 L472,至少有 此外,有关这一问题的后续讨论应该转到 #44 下 |
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.
close #38, close #44
访问 https://milky-next.ntqqrev.org/ 以预览最新变更。
Changes
数据结构更改
forward消息段补充更多可定制的元信息 via @clansty, originally prompted in feat: 给合并转发的发送增加更多字段 #43title(optional),具体解释见 常见问题 Q&A #46preview(optional),同上summary(optional),同上reply消息段增加被引用(回复)的消息的具体信息 via [Feature Request] 为 reply 消息段增加一个包含被引用消息内容的字段 #38sender_id,表示被引用的消息的发送者 QQ 号sender_name(optional),表示被引用的消息的发送者名称,仅在合并转发中可以获取time,表示被引用的消息的发送时间segments,表示被引用的消息的内容IncomingForwardedMessage增加字段message_seq,表示该消息在来源会话中的序列号 via 获取合并转发消息中的回复处理 #49Planned Changes
forward补充prompt字段,表示在消息预览中的外显字段