mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
Some checks are pending
Code Coverage / Test (macos-latest, 3.10) (push) Waiting to run
Code Coverage / Test (macos-latest, 3.11) (push) Waiting to run
Code Coverage / Test (macos-latest, 3.12) (push) Waiting to run
Code Coverage / Test (ubuntu-latest, 3.10) (push) Waiting to run
Code Coverage / Test (ubuntu-latest, 3.11) (push) Waiting to run
Code Coverage / Test (ubuntu-latest, 3.12) (push) Waiting to run
Code Coverage / Test (windows-latest, 3.10) (push) Waiting to run
Code Coverage / Test (windows-latest, 3.11) (push) Waiting to run
Code Coverage / Test (windows-latest, 3.12) (push) Waiting to run
Code Coverage / check (push) Blocked by required conditions
TypeCheck / TypeCheck (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
* ➕ 添加依赖 strenum * 🐛 优化等待逻辑,修复截图爆炸 * ✨ 使用新模板 * ⚡️ 关闭自动转译 * ✨ 同步新模板 schemas * 🌐 添加模板语言的映射 * ✨ 适配 bind * ✨ 更新模板 * ✨ 全部适配 * 🚨 make mypy happy * Update nonebot_plugin_tetris_stats/games/tos/query.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ✨ 使用用户设置语言 * 🚨 auto fix by pre-commit hooks --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"title": "Lang Schema",
|
|
"description": "Schema for lang file",
|
|
"type": "object",
|
|
"properties": {
|
|
"interaction": {
|
|
"title": "Interaction",
|
|
"description": "Scope 'interaction' of lang item",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"wrong": {
|
|
"title": "Wrong",
|
|
"description": "Scope 'wrong' of lang item",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"query_bot": {
|
|
"title": "query_bot",
|
|
"description": "value of lang item type 'query_bot'",
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"warning": {
|
|
"title": "Warning",
|
|
"description": "Scope 'warning' of lang item",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"unverified": {
|
|
"title": "unverified",
|
|
"description": "value of lang item type 'unverified'",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "Error",
|
|
"description": "Scope 'error' of lang item",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"MessageFormatError": {
|
|
"title": "Messageformaterror",
|
|
"description": "Scope 'MessageFormatError' of lang item",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"TETR.IO": {
|
|
"title": "TETR.IO",
|
|
"description": "value of lang item type 'TETR.IO'",
|
|
"type": "string"
|
|
},
|
|
"TOS": {
|
|
"title": "TOS",
|
|
"description": "value of lang item type 'TOS'",
|
|
"type": "string"
|
|
},
|
|
"TOP": {
|
|
"title": "TOP",
|
|
"description": "value of lang item type 'TOP'",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |