参考coderabbitai建议规范代码

This commit is contained in:
code-october
2024-10-11 11:38:52 +00:00
parent 6792d6e475
commit 8fd843d228
4 changed files with 16 additions and 10 deletions

View File

@@ -666,8 +666,8 @@ const cn = {
SubTitle: "启用之后可以直接渲染HTML页面",
},
CodeFold: {
Title: "启用CodeFold",
SubTitle: "启用之后可以折叠/展开过长的代码块",
Title: "启用代码折叠",
SubTitle: "启用之后可以自动折叠/展开过长的代码块",
},
Share: {
Title: "分享此面具",

View File

@@ -678,7 +678,7 @@ const en: LocaleType = {
CodeFold: {
Title: "Enable CodeFold",
SubTitle:
"Automatically collapse/expand overly long code block when enable CodeFold",
"Automatically collapse/expand overly long code blocks when CodeFold is enabled",
},
Share: {
Title: "Share This Mask",