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

This commit is contained in:
t0ng7u
2025-07-19 02:45:41 +08:00
parent f5a0b92756
commit 75c51ab81a
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',
},