2025-12-2genxin

This commit is contained in:
2025-12-02 14:58:52 +08:00
parent 4fef65bd93
commit be0954828c
36 changed files with 3352 additions and 1638 deletions

View File

@@ -2,8 +2,8 @@
chcp 65001 >nul
title 微信公众号文章爬虫 - API服务器
:: 检查api_server.exe是否存在
if not exist "api_server.exe" (
:: 检查api-server.exe是否存在
if not exist "api-server.exe" (
echo ===============================================
echo ⚠️ API服务器未编译
echo ===============================================
@@ -20,4 +20,4 @@ if not exist "api_server.exe" (
:: 启动API服务器
cls
api_server.exe
api-server.exe