tranbox...

This commit is contained in:
Gabe Yuan
2023-10-23 18:02:42 +08:00
parent e89da9120c
commit 4125aba808
13 changed files with 706 additions and 21 deletions

View File

@@ -45,6 +45,12 @@ export default function Navigator(props) {
url: "/input",
icon: <InputIcon />,
},
{
id: "selection_translate",
label: i18n("selection_translate"),
url: "/tranbox",
icon: <InputIcon />,
},
{
id: "apis_setting",
label: i18n("apis_setting"),