🌟构建了简易的blog

This commit is contained in:
Falck
2026-04-10 20:00:25 +08:00
parent 4eaf10e753
commit c38d2f66d1
238 changed files with 30052 additions and 11 deletions

View File

@@ -0,0 +1,15 @@
{
"$ref": "#/definitions/spec",
"definitions": {
"spec": {
"type": "object",
"properties": {
"$schema": {
"type": "string"
}
},
"additionalProperties": false
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}