美化+命令修复

This commit is contained in:
zhbaor 2024-09-23 19:42:56 +08:00
parent 32496af392
commit ec44c5c9ad
8 changed files with 35 additions and 24 deletions

View file

@ -1,12 +1,12 @@
<script setup>
const steps = ref([
{ title: '设置Git LFS', command: ['git\\bin\\git lfs install'] },
{ title: '设置 Git LFS', command: ['lfs'] },
{
title: '安装pip',
title: '安装 pip',
command: ['ensurepip']
},
{
title: '下载代码',
title: '下载 mower-ng 代码',
command: ['clone']
}
])