folder增加项目启动器入口,优化窗口跳转

This commit is contained in:
xintaofei
2026-03-27 15:25:55 +08:00
parent 3b080c801b
commit ea77c5b0e8
20 changed files with 81 additions and 39 deletions

View File

@@ -56,7 +56,7 @@ export function FolderActions() {
className="justify-start gap-2 h-9"
onClick={async () => {
try {
await openProjectBootWindow()
await openProjectBootWindow("welcome")
} catch (err) {
console.error("[FolderActions] failed to open project boot:", err)
toast.error(t("toasts.openProjectBootFailed"))