From 219b0a848f7906cf4e955088207735b795a758c1 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 9 Dec 2024 20:52:54 +0800 Subject: [PATCH] docs: description update --- docusaurus.config.ts | 4 ++-- src/pages/index.tsx | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d86872942e5..34f08be3078 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,7 +8,7 @@ import { themes as prismThemes } from 'prism-react-renderer'; function geti18nTitle() { switch(process.env.DOCUSAURUS_CURRENT_LOCALE) { case "en": return "GoFrame - A powerful framework for faster, easier, and more efficient project development"; - default: return "GoFrame官网 - 类似PHP-Laravel,Java-SpringBoot的Go企业级开发框架"; + default: return "GoFrame官网 - 类似PHP-Laravel,Java-SpringBoot的Go语言开发框架"; } } @@ -17,7 +17,7 @@ function geti18nTitle() { const config: Config = { title: geti18nTitle(), tagline: - 'GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.', + 'A powerful framework for faster, easier, and more efficient project development', favicon: '/img/favicon.ico', url: 'https://goframe.org/', baseUrl: '/', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9f4366eee24..35504300b31 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -53,11 +53,7 @@ function HomepageHeader() {

- GoFrame 是一款模块化、高性能、企业级的 Go 语言基础开发框架。 - GoFrame 是一款通用性的基础开发框架,提供通用丰富的基础开发组件, - 既可用于开发完整的工程化项目,也可以作为工具库独立使用。 -

-

+ GoFrame 是一款模块化、高性能的Go 语言开发框架。 如果您想使用 Golang 开发一个业务型项目,无论是小型还是中大型项目, GoFrame 是您的不二之选。如果您想开发一个 Golang 组件库, GoFrame 提供开箱即用、丰富强大的基础组件库也能助您的工作事半功倍。