docs(card): remove unuesd gaps (#50393)

This commit is contained in:
thinkasany 2024-08-13 18:17:38 +08:00 committed by GitHub
parent 097a4a146a
commit b3c01de9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,12 @@ const locales = {
cover: '设置标题封面', cover: '设置标题封面',
}, },
en: { en: {
header: 'set `header` of card ', header: 'set `header` of card',
body: 'set `body` of card', body: 'set `body` of card',
extra: 'set `extra` of card ', extra: 'set `extra` of card',
title: 'set `title` of card ', title: 'set `title` of card',
actions: 'set `actions` of card', actions: 'set `actions` of card',
cover: 'set `cover` of card ', cover: 'set `cover` of card',
}, },
}; };