😏添加服务器部署情况下,合并github action的结果的选项

This commit is contained in:
2024-08-11 21:35:53 +08:00
parent eaea5cfdf2
commit 539550a824
8 changed files with 434 additions and 79 deletions

View File

@ -42,5 +42,5 @@ if [ "$USER_CHOICE" -eq 1 ]; then
python3 $SCRIPT_DIR/run.py
echo "****爬取成功****"
else
echo "退出选项被选择"
echo "退出选项被选择,掰掰!"
fi