Skip to content

Commit 1822230

Browse files
Format: Clean up whitespace in translate.js
1 parent a29ee55 commit 1822230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import path from "path";
1111
// 原始 changelog 目录(英文)
1212
const SRC_DIR = "en/changelog";
1313

14-
1514
// 输出语言配置
1615
const TARGET_LANGS = [
1716
{
@@ -51,6 +50,7 @@ async function translate(text, systemPrompt) {
5150
return res.choices[0].message.content.trim();
5251
}
5352

53+
5454
/**
5555
* ===============================
5656
* 主流程

0 commit comments

Comments
 (0)