feat: add more custom apis

This commit is contained in:
Gabe Yuan
2024-04-01 11:50:29 +08:00
parent dc3c510d57
commit 60d788288d
2 changed files with 20 additions and 7 deletions

View File

@@ -208,7 +208,7 @@ function ApiFields({ translator }) {
</Button>
</Stack>
{translator === OPT_TRANS_CUSTOMIZE && (
{translator.startsWith(OPT_TRANS_CUSTOMIZE) && (
<pre>{i18n("custom_api_help")}</pre>
)}
</Stack>