feat: update skill settings

This commit is contained in:
Henry Li
2026-01-22 00:38:20 +08:00
parent 1e4e51a80c
commit 37e2c3d3c9
6 changed files with 75 additions and 25 deletions

View File

@@ -18,6 +18,8 @@ export const enUS: Translations = {
download: "Download",
thinking: "Thinking",
artifacts: "Artifacts",
public: "Public",
custom: "Custom",
},
// Welcome
@@ -37,6 +39,7 @@ export const enUS: Translations = {
// Input Box
inputBox: {
placeholder: "How can I assist you today?",
thinking: "Thinking",
thinkingEnabled: "Thinking is enabled",
thinkingDisabled: "Thinking is disabled",
clickToDisableThinking: "Click to disable thinking",