feat 存档

This commit is contained in:
2026-01-30 14:42:24 +08:00
parent a53bbc3319
commit 3e99715eac
5 changed files with 50 additions and 9 deletions

View File

@@ -2,9 +2,13 @@ const config = {
baseUrl: getBaseUrl(),
api: {
login: '/gw/open/login',
getQuestion: '/qgdzs/open/get_question',
answerQuestion: '/qgdzs/open/answer_question',
getAllCategory: '/qgdzs/open/get_all_category'
getQuestion: '/qgdzs/open/random/question',
answerQuestion: '/qgdzs/open/random/answer',
getAllCategory: '/qgdzs/open/category/get_category',
getCategoryQuestion: '/qgdzs/open/category/question',
answerCategoryQuestion: '/qgdzs/open/category/answer',
getQuicklyQuestion: '/qgdzs/open/quickly/question',
answerQuicklyQuestion: '/qgdzs/open/quickly/answer'
},
timeout: 30000
}