美化+命令修复
This commit is contained in:
parent
32496af392
commit
ec44c5c9ad
8 changed files with 35 additions and 24 deletions
|
@ -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']
|
||||
}
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue