diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
index e7bc36cf..a7e4f329 100644
--- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx
+++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
@@ -471,11 +471,12 @@ export default function ChatPage() {
onSubmit={handleSubmit}
onStop={handleStop}
/>
- {isSelectedSkillBootstrapping && (
+
+ {/* {isSelectedSkillBootstrapping && (
正在初始化 Skill 文件...
- )}
+ )} */}
{env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true" && (
{t.common.notAvailableInDemoMode}
diff --git a/frontend/src/app/workspace/layout.tsx b/frontend/src/app/workspace/layout.tsx
index 06c3c6e4..98b869b4 100644
--- a/frontend/src/app/workspace/layout.tsx
+++ b/frontend/src/app/workspace/layout.tsx
@@ -43,7 +43,7 @@ export default function WorkspaceLayout({
onOpenChange={handleOpenChange}
>
{/* MARK:!!!! 生产环境下必须注释才能提交!!!! */}
- {!isSkillMode && }
+ {/* {!isSkillMode && } */}
{children}