🌐 添加模板语言的映射

This commit is contained in:
2025-04-15 03:11:30 +08:00
parent 1679576fb4
commit f90be2ef9c
5 changed files with 28 additions and 3 deletions

View File

@@ -67,6 +67,19 @@
}
}
}
},
"template": {
"title": "Template",
"description": "Scope 'template' of lang item",
"type": "object",
"additionalProperties": false,
"properties": {
"template_language": {
"title": "template_language",
"description": "value of lang item type 'template_language'",
"type": "string"
}
}
}
}
}
}