fix 80326

This commit is contained in:
danshihao
2024-01-08 10:14:52 +08:00
parent 677bf4bc71
commit 8a4aa492cd
4 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ module.exports = {
link: 'Link',
isShelf: 'Shelf Or Not',
sort: 'Sort',
shelfWarn: 'the link is empty please fill in the link first'
shelfWarn: 'the link is empty please fill in the link first',
maxLinksReached: '当前上架链接已达上限!'
},
// 联络人管理
contact: {
+2 -1
View File
@@ -83,7 +83,8 @@ module.exports = {
link: '链接',
isShelf: '是否上架',
sort: '排序',
shelfWarn: '链接为空,请先填写链接'
shelfWarn: '链接为空,请先填写链接',
maxLinksReached: '当前上架链接已达上限!'
},
// 联络人管理
contact: {