feat: 修改刷题

This commit is contained in:
秋水浮尘
2023-10-11 01:08:08 +08:00
parent 4ed48fbe2b
commit a387a61d02
18 changed files with 1045 additions and 297 deletions

View File

@@ -0,0 +1,9 @@
export const good = {
0:'未点赞',
1:'已点赞',
}
export const collection={
0:'未收藏',
1:'已收藏',
}