docs: update readme.md

This commit is contained in:
jialin
2025-03-10 12:33:43 +08:00
parent ab6e98aae2
commit 06d6732ab2
6 changed files with 19 additions and 4 deletions
+2 -1
View File
@@ -229,5 +229,6 @@ export default {
'common.options.auto': 'Auto',
'common.search.empty': 'No matching results found.',
'common.button.downloadLog': 'Download Log',
'common.button.faq': 'FAQ'
'common.button.faq': 'FAQ',
'common.button.moreInfo': 'More Info'
};
+2 -1
View File
@@ -227,5 +227,6 @@ export default {
'common.options.auto': 'Авто',
'common.search.empty': 'Ничего не найдено',
'common.button.downloadLog': 'Скачать логи',
'common.button.faq': 'TODO: Translate key "common.button.faq"'
'common.button.faq': 'TODO: Translate key "common.button.faq"',
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"'
};
+2 -1
View File
@@ -222,5 +222,6 @@ export default {
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志',
'common.button.faq': '常见问题'
'common.button.faq': '常见问题',
'common.button.moreInfo': '更多信息'
};
@@ -351,7 +351,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
}}
>
<span className="server-info">
<InfoCircleOutlined />
<InfoCircleOutlined className="m-r-2" />{' '}
{intl.formatMessage({ id: 'common.button.moreInfo' })}
</span>
</Tooltip>
</span>
@@ -16,6 +16,8 @@
justify-content: flex-start;
align-items: center;
color: var(--ant-blue-5);
cursor: pointer;
white-space: nowrap;
.text {
display: none;