We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63b825 commit 10b031aCopy full SHA for 10b031a
src/i18n/zh_CN.json
@@ -1,6 +1,6 @@
1
{
2
"localLanguage": "简体中文",
3
- "commitFix": "修复(server.ts):将端口变量从小写port改为大写PORT",
4
- "commitFeat": "功能(server.ts):添加对process.env.PORT环境变量的支持",
+ "commitFix": "fix(server.ts):将端口变量从小写port改为大写PORT",
+ "commitFeat": "feat(server.ts):添加对process.env.PORT环境变量的支持",
5
"commitDescription": "现在端口变量被命名为PORT,这提高了命名约定的一致性,因为PORT是一个常量。环境变量的支持使应用程序更加灵活,因为它现在可以通过process.env.PORT环境变量在任何可用端口上运行。"
6
}
0 commit comments