.1915763867792649:b02572184317495d05d8432448fd904b_69e38e8578c40acdec8fdb24.69e397b078c40acdec8fdebe.69e397aa9aab55138e4afcb4:Trae CN.T(2026/4/18 22:39:44)#4
Open
keep-me wants to merge 3 commits into
Conversation
添加自动保存编辑器状态到本地存储功能 实现通过URL分享代码功能 新增格式化代码和分享按钮
- 为 Monaco 编辑器添加 automaticLayout 和 scrollBeyondLastLine 配置 - 调整编辑器容器和编辑器元素的样式,设置固定高度和边框
添加分享链接容器及复制/导出功能,改进用户体验 移除失效的diff编辑器相关代码 添加UTF-8字符集声明
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.
feat(编辑器): 添加分享链接功能并移除diff编辑器
添加分享链接容器及复制/导出功能,改进用户体验
移除失效的diff编辑器相关代码
添加UTF-8字符集声明