forked from Lesin/reposync
17 lines
453 B
Batchfile
17 lines
453 B
Batchfile
@echo off
|
|
title Issue同步服务
|
|
echo ==========================================
|
|
echo 启动Issue同步服务
|
|
echo ==========================================
|
|
echo.
|
|
echo 🎯 正在启动独立的Issue同步Web服务...
|
|
echo 📖 API文档将在: http://localhost:8001/docs
|
|
echo 🔍 服务状态: http://localhost:8001/status
|
|
echo.
|
|
echo 按 Ctrl+C 停止服务
|
|
echo ==========================================
|
|
echo.
|
|
|
|
python issue_sync_web.py
|
|
|
|
pause |