Files
astrbot_plugin_Gitparser/_conf_schema.json
2026-05-14 10:49:14 +08:00

9 lines
252 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"github_token": {
"description": "GitHub Personal Access Token可选用于突破 API 速率限制)",
"type": "string",
"hint": "不填则为无认证模式,填写 Token 后可大幅提升速率限制",
"default": ""
}
}