feat: add voicebox shortcut

resolves #160
This commit is contained in:
2025-02-14 14:04:45 +01:00
parent e7517f821d
commit 9d5b0e01d2
2 changed files with 11 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ const config = {
"restore_from_trash", "restore_from_trash",
"history", "history",
"history_toggle_off", "history_toggle_off",
"text_to_speech",
"sentiment_satisfied", "sentiment_satisfied",
"sentiment_dissatisfied", "sentiment_dissatisfied",
"sentiment_very_satisfied", "sentiment_very_satisfied",
@@ -90,6 +91,7 @@ const config = {
"sentiment_sad", "sentiment_sad",
"sentiment_content", "sentiment_content",
"sentiment_worried", "sentiment_worried",
"construction",
"timer", "timer",
"target", "target",
"download", "download",

View File

@@ -13,7 +13,6 @@
{ href: "/config/layout/", icon: "keyboard", title: "Layout" }, { href: "/config/layout/", icon: "keyboard", title: "Layout" },
], ],
[ [
// { href: "/learn", icon: "school", title: "Learn", wip: true },
{ {
href: import.meta.env.VITE_LEARN_URL, href: import.meta.env.VITE_LEARN_URL,
icon: "school", icon: "school",
@@ -26,8 +25,17 @@
title: "Docs", title: "Docs",
external: true, external: true,
}, },
{
href: "https://voicebox.charachorder.io/",
icon: "text_to_speech",
title: "Voicebox",
external: true,
},
],
[
{ href: "/editor", icon: "edit_document", title: "Editor", wip: true }, { href: "/editor", icon: "edit_document", title: "Editor", wip: true },
{ href: "/chat", icon: "chat", title: "Chat", wip: true }, { href: "/chat", icon: "chat", title: "Chat", wip: true },
{ href: "/learn", icon: "school", title: "Learn", wip: true },
], ],
/*[ /*[
{ href: "/plugin", icon: "code", title: "Plugin", wip: true }, { href: "/plugin", icon: "code", title: "Plugin", wip: true },