将命令移至main.py中

This commit is contained in:
zhbaor 2024-09-23 19:14:57 +08:00
parent d9f1aae27c
commit 32496af392
4 changed files with 19 additions and 10 deletions

View file

@ -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)