feat none

This commit is contained in:
2026-01-26 10:25:31 +08:00
parent ecd8650e0a
commit 7eae358996
7 changed files with 130 additions and 150 deletions

View File

@@ -52,7 +52,6 @@ service Qgdzs {
// ---------- GenerateQuestion ----------
message GenerateQuestionReq {
int32 Num = 1 [json_name = "num"]; // 生成数量
string Category = 2 [json_name = "category"]; // 题目类型
}
message GenerateQuestionResp {
}