diff --git a/apps/web/src/i18n/locales/en.json b/apps/web/src/i18n/locales/en.json index b1e41b69..cd7f6bf3 100644 --- a/apps/web/src/i18n/locales/en.json +++ b/apps/web/src/i18n/locales/en.json @@ -1181,6 +1181,7 @@ "viewDetails": "View details", "mcpInstallTitle": "Install MCP Server", "skillInstallTitle": "Install Skill", - "loadError": "Failed to load from Supermarket" + "loadError": "Failed to load from Supermarket", + "submit": "Submit" } } diff --git a/apps/web/src/i18n/locales/zh.json b/apps/web/src/i18n/locales/zh.json index d7cf7af3..d1b2e05c 100644 --- a/apps/web/src/i18n/locales/zh.json +++ b/apps/web/src/i18n/locales/zh.json @@ -1177,6 +1177,7 @@ "viewDetails": "查看详情", "mcpInstallTitle": "安装 MCP 服务", "skillInstallTitle": "安装 Skill", - "loadError": "从市场加载失败" + "loadError": "从市场加载失败", + "submit": "提交" } } diff --git a/apps/web/src/pages/supermarket/index.vue b/apps/web/src/pages/supermarket/index.vue index e62b3b5a..87c2347a 100644 --- a/apps/web/src/pages/supermarket/index.vue +++ b/apps/web/src/pages/supermarket/index.vue @@ -1,10 +1,25 @@