Initial commit with translated description

This commit is contained in:
2026-03-29 13:03:56 +08:00
commit 1b0960bde1
7 changed files with 1007 additions and 0 deletions

20
config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"defaultStyle": "github",
"maxWidth": 80,
"headingStyle": "atx",
"listStyle": "consistent",
"codeStyle": "fenced",
"emphasisStyle": "asterisk",
"strongStyle": "asterisk",
"linkStyle": "inline",
"fixLists": true,
"normalizeSpacing": true,
"preserveHtml": false,
"customRules": [],
"linting": {
"checkLinks": true,
"checkHeadingLevels": true,
"checkListConsistency": true,
"checkEmphasisBalance": false
}
}