🎉初次提交

This commit is contained in:
2025-08-03 16:50:56 +08:00
commit 56bdf5388d
67 changed files with 18379 additions and 0 deletions

31
.markdownlint.json Normal file
View File

@@ -0,0 +1,31 @@
{
"default": true,
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD024": {
"siblings_only": true
},
"MD033": {
"allowed_elements": [
"div",
"script",
"template",
"style",
"br",
"img",
"span",
"a",
"strong",
"em",
"code",
"pre"
]
},
"MD041": false,
"MD025": {
"front_matter_title": "^\\s*title\\s*[:=]"
}
}