mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 19:12:51 +00:00
@@ -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",
|
||||||
|
|||||||
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user