添加一言

This commit is contained in:
2025-05-10 23:50:58 +08:00
parent 805cbac1ff
commit 0b235e5913
9 changed files with 104 additions and 64 deletions

View File

@@ -29,3 +29,7 @@ export function getProblemTagList() {
export function getCaptcha() {
return http.get("captcha")
}
export function getHitokoto() {
return http.get("hitokoto")
}