📝 docs(Table): simplify table description for cleaner UI

This commit is contained in:
t0ng7u
2025-07-19 02:45:41 +08:00
parent 3b3ae9c0dd
commit 6a827fc7b9
7 changed files with 8 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ const SiderBar = ({ onNavigate = () => { } }) => {
: 'tableHiddle',
},
{
text: t('API令牌'),
text: t('令牌管理'),
itemKey: 'token',
to: '/token',
},