mirror of
https://github.com/docmost/docmost.git
synced 2026-08-29 10:05:03 +08:00
* enhance ai menu
* remove api prefix from mcp
This commit is contained in:
@@ -37,9 +37,9 @@ export default function AiSettings() {
|
||||
return (
|
||||
<>
|
||||
<Helmet>
|
||||
<title>AI - {getAppName()}</title>
|
||||
<title>AI settings - {getAppName()}</title>
|
||||
</Helmet>
|
||||
<SettingsTitle title={t("AI")} />
|
||||
<SettingsTitle title={t("AI settings")} />
|
||||
|
||||
<Tabs color="dark" value={activeTab} onChange={handleTabChange}>
|
||||
<Tabs.List>
|
||||
|
||||
Reference in New Issue
Block a user