基本完成了大部分内容的修复

This commit is contained in:
jinye_huang 2025-07-26 19:11:05 +08:00
parent 91ac7ca65a
commit ec8667eeea
70 changed files with 28 additions and 32 deletions

Binary file not shown.

View File

@ -635,3 +635,4 @@ class PromptService:
except Exception as e:
logger.error(f"受众保存到文件系统失败: {e}")
return False

View File

@ -1,13 +1,8 @@
{
"host": "localhost",
"user": "root",
<<<<<<< HEAD
"password": "Kj#9mP2$",
"database": "travel_content",
=======
"password": "mysql2025.",
"database": "bangbang",
>>>>>>> poster_update
"port": 3306,
"charset": "utf8mb4"
}