feat: 修改部分文案及删除多余内容

This commit is contained in:
秋水浮尘
2023-11-14 00:52:40 +08:00
parent 13f794caea
commit 3218fccf7c
15 changed files with 702 additions and 773 deletions

View File

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