diff --git a/examples/sites/src/i18n/en.json b/examples/sites/src/i18n/en.json index b4e15c681b..5f6a7a3b16 100644 --- a/examples/sites/src/i18n/en.json +++ b/examples/sites/src/i18n/en.json @@ -32,6 +32,7 @@ "backTop": "Back To Top", "overview": "Components Overview", "overviewDesc": "TinyVue provides a wealth of basic UI components for web applications, and we will continue to explore the best UI practices for enterprise-level applications. Welcome to try TinyVue.", + "overviewDescPlus": "TinyVuePlus is a component library for Cloud business scenarios based on TinyVue, following the new design specifications of Cloud CloudDesign and utilizing Vite+Vue3+TypeScript technology stack.", "searchComponents": "search components", "apiType": "Components demos code style", "apiStyleOptions": "Options", @@ -41,4 +42,4 @@ "demoModeMultiple": "Multiple", "contributor": "Contributors", "noData": "No Data" -} \ No newline at end of file +} diff --git a/examples/sites/src/i18n/zh.json b/examples/sites/src/i18n/zh.json index 68ed387cce..4ba0cc8da1 100644 --- a/examples/sites/src/i18n/zh.json +++ b/examples/sites/src/i18n/zh.json @@ -32,6 +32,7 @@ "backTop": "返回顶部", "overview": "组件总览", "overviewDesc": "TinyVue 为 Web 应用提供了丰富的基础 UI 组件,我们还将持续探索企业级应用的最佳 UI 实践,欢迎尝试使用 TinyVue。", + "overviewDescPlus": "TinyVuePlus 是一款基于 TinyVue 的面向云业务场景的组件库,遵循 CloudDesign 新设计规范,基于 Vite + Vue3 + TypeScript 技术栈。", "searchComponents": "搜索组件", "apiType": "组件示例代码风格", "apiStyleOptions": "选项式", @@ -41,4 +42,4 @@ "demoModeMultiple": "多示例", "contributor": "贡献者", "noData": "暂无数据" -} \ No newline at end of file +} diff --git a/examples/sites/src/views/overview.vue b/examples/sites/src/views/overview.vue index d160f41044..423cfd4c8d 100644 --- a/examples/sites/src/views/overview.vue +++ b/examples/sites/src/views/overview.vue @@ -6,8 +6,8 @@ ({{ getTotalComponentsNum() }}) -