修复AI翻译功能

This commit is contained in:
2026-04-13 21:40:27 +08:00
parent c269a57588
commit 8e245076fe
2 changed files with 52 additions and 122 deletions
-10
View File
@@ -14,16 +14,6 @@ const pool = mysql.createPool({
connectionLimit: 10,
queueLimit: 0,
});
console.log({
host: dataBaseConfig.host || "127.0.0.1",
port: dataBaseConfig.port || 3306,
user: dataBaseConfig.user || "root",
password: dataBaseConfig.password || "123456",
database: dataBaseConfig.database || "recipe_tools",
waitForConnections: true,
connectionLimit: 10,
queueLimit: 0,
})
export default pool;
/**