将命令移至main.py中
This commit is contained in:
parent
d9f1aae27c
commit
32496af392
4 changed files with 19 additions and 10 deletions
|
@ -3,11 +3,11 @@ const steps = ref([
|
|||
{ title: '设置Git LFS', command: ['git\\bin\\git lfs install'] },
|
||||
{
|
||||
title: '安装pip',
|
||||
command: ['python\\python -m ensurepip --default-pip --no-warn-script-location']
|
||||
command: ['ensurepip']
|
||||
},
|
||||
{
|
||||
title: '下载代码',
|
||||
command: ['git\\bin\\git clone https://git-cf.zhaozuohong.vip/mower-ng/mower-ng.git --branch slow']
|
||||
command: ['clone']
|
||||
}
|
||||
])
|
||||
provide('steps', steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue