添加分支记忆,解决切换消息分支后下游分支 Index 全部重置为 1 的问题#162
Open
idontwannagoo wants to merge 1 commit intoNitroRCr:masterfrom
Open
添加分支记忆,解决切换消息分支后下游分支 Index 全部重置为 1 的问题#162idontwannagoo wants to merge 1 commit intoNitroRCr:masterfrom
idontwannagoo wants to merge 1 commit intoNitroRCr:masterfrom
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
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.
也就是解决了我提的这个 #148
因为不太会前端,这个改动使用了 codex,在本地和自部署的站点进行了测试,目前从结果来看功能是正常的,也可以兼容已有的数据,云同步也没有问题。但是具体代码还是要大佬看一下,不知道会不会没有测试到的 bug。
现在,对话的上游分支会记忆当前下游的分支 index,不论上游如何切换、新建分支,下游都会恢复先前的 index,而不会都变成 1 了。