1.关闭eslintrc.js校验

2.完成AI辅导员弹窗
3.降低了md插件版本到v13
This commit is contained in:
2025-08-14 23:26:49 +08:00
parent 2e80cc075a
commit d1658d32e3
11 changed files with 1143 additions and 667 deletions

View File

@@ -21,8 +21,9 @@ export const getHistory = ({
limit
}
// 如果有beforeId参数添加到请求中后端参数名为firstId
if (beforeId) {
params.beforeId = beforeId
params.firstId = beforeId
}
return request({