低空飞行项目研究
mkdir auth-service, task-service, data-collection-service, ai-analysis-service, notification-service, report-service, workflow-service, api-gateway
powershell -Command Get-ChildItem -Directory | ForEach-Object { Set-Location $_.FullName; npm init -y; Set-Location .. }