-
Notifications
You must be signed in to change notification settings - Fork 12
添加自然语言生成SUMO路网和车流功能 #74
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
621e319
更新:删除 FastMCP设置指南 - 完整配置和使用教程
Dame-time-0034 9cd33a4
feat: 添加自然语言生成SUMO路网和车流功能
Dame-time-0034 445b51f
feat: 更新网页界面,添加SUMO示例按钮
Dame-time-0034 390a0cd
设置 SUMO_HOME 环境变量
Dame-time-0034 98c1a7d
docs: 更新README常用对话,与网页界面保持一致
Dame-time-0034 2e5e8b0
docs: 更新README常用对话列表
Dame-time-0034 26e40d8
docs: 更新 README,说明 SUMO 路网生成功能
Dame-time-0034 a446bb5
fix: 修复SUMO工具调用错误,分离实现函数与装饰器
Dame-time-0034 269a44c
fix: 更新mcp.bat中的SUMO_HOME路径,支持hutb\sumo目录
Dame-time-0034 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,6 +43,7 @@ graph LR | |
| 切换旁观者视角 | ||
| 开启录制 | ||
| 结束录制 | ||
| 生成默认网格路网 | ||
| ``` | ||
|
|
||
|
|
||
|
|
||
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
之前的注释一般不删除,删除的话需要说明下,后面类似的都是
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更新在这个链接 445b51f#diff-4097ce67660ec817eb94bf18dc878509f1f6bb42a184ddbe00c8e53b496a0fc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修改的内容 为页面显示的改变,而不是所提到的注释的删除