From d09a08ac02dc871af5c06d10bd77167f64590e2d Mon Sep 17 00:00:00 2001 From: Aresn Date: Wed, 19 Oct 2022 18:09:50 +0800 Subject: [PATCH] Update preview.yml --- preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preview.yml b/preview.yml index 4cfbc24..48e3adc 100644 --- a/preview.yml +++ b/preview.yml @@ -5,6 +5,6 @@ apps: run: npm i && npm run dev # 应用的启动命令 command: # 使用此命令启动服务,且不执行run root: ./ # 应用的启动目录 - name: My App # 应用名称 - description: 我的第一个 App。 # 应用描述 + name: 1024云IDE挑战赛项目 # 应用名称 + description: 1024云IDE挑战赛项目。 # 应用描述 autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen \ No newline at end of file -- GitLab