Develop #16

Merged
tao.chen merged 273 commits from develop into main 2026-08-21 10:42:09 +08:00
Showing only changes of commit 9160175d51 - Show all commits
@@ -421,6 +421,7 @@ export function ScriptWorkspace({
<Icon name="chevron" size={13} />
<strong>{script.script_name}</strong>
</div>
{!isReadOnlyMode && (
<div className="editor-toolbar__actions">
{isPythonEditing ? (
<>
@@ -474,6 +475,7 @@ export function ScriptWorkspace({
}
</span>
</div>
)}
</div>
{/* 只读模式:显示只读编辑器 */}