This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zhangliang
/
AutoScraperX
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
f692fdb1f7
Ramos
Etiquetas
master
AutoScraperX
/
run.sh
run.sh
130 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# 支持传入环境参数,默认 prod
ENV=${1:-prod}
export ENV
echo "当前运行环境: $ENV"
python3 main.py