From 81c83e5dc1b2b12129cde05ad80cdfdbebf5445e Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:30:14 +0800 Subject: [PATCH] chore: initialContent --- frontend/app/services/api.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/app/services/api.ts b/frontend/app/services/api.ts index b983b58..3967acf 100644 --- a/frontend/app/services/api.ts +++ b/frontend/app/services/api.ts @@ -342,12 +342,6 @@ function initialContent(scriptType: ScriptType): string { cells: [ { id: "intro", - cell_type: "markdown", - metadata: {}, - source: ["# 新建模型实验\n", "在这里开始数据探索与模型构建。"], - }, - { - id: "main", cell_type: "code", execution_count: null, metadata: {},