chore: press enter to submit chat message

This commit is contained in:
jialin
2025-03-09 21:31:58 +08:00
parent a2ef9d781d
commit ab6e98aae2
17 changed files with 76 additions and 65 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ const externalLinks = {
github: 'https://github.com/gpustack/gpustack',
discord: 'https://discord.gg/VXYJzuaqwD',
site: 'https://gpustack.ai/',
release: 'https://github.com/gpustack/gpustack/releases'
release: 'https://github.com/gpustack/gpustack/releases',
reportIssue: 'https://github.com/gpustack/gpustack/issues/new/choose',
faq: 'https://github.com/gpustack/gpustack/wiki/FAQ'
};
export default externalLinks;