feat: 首页添加弹幕提醒

This commit is contained in:
2024-04-26 14:57:47 +08:00
parent d35fab34e3
commit c30fba1ec2
4 changed files with 58 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ const API = {
getTodoist:(data,userId) => net.GET("/user/todo",data,true,{"userId":userId}),// 获取待办事项
getVisionList:data => net.GET("/vision/list",data),// 获取测试记录
todoFinished:data => net.PUT("/user/todo",data),// 修改待办列表状态
todayTodoList:data => net.GET("/user/todo/today",data),// 今天待办列表
// 百科
getArticleList:data => net.GET("/article/list",data),// 百科列表
getArticleDetail:(data,userId) => net.GET("/article/"+data.id,null,true,{"userId":userId}),// 文章详情