Skip to content

Commit

Permalink
docs: description update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Dec 9, 2024
1 parent b502a4b commit 219b0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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语言开发框架";
}
}

Expand All @@ -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: '/',
Expand Down
6 changes: 1 addition & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ function HomepageHeader() {

<div className="container mt-5 text-left">
<p>
<code>GoFrame</code> 是一款模块化、高性能、企业级的 <code>Go</code> 语言基础开发框架。
<code>GoFrame</code> 是一款通用性的基础开发框架,提供通用丰富的基础开发组件,
既可用于开发完整的工程化项目,也可以作为工具库独立使用。
</p>
<p>
<code>GoFrame</code> 是一款模块化、高性能的<code>Go</code> 语言开发框架。
如果您想使用 <code>Golang</code> 开发一个业务型项目,无论是小型还是中大型项目,
<code>GoFrame</code> 是您的不二之选。如果您想开发一个 <code>Golang</code> 组件库,
<code>GoFrame</code> 提供开箱即用、丰富强大的基础组件库也能助您的工作事半功倍。
Expand Down

0 comments on commit 219b0a8

Please sign in to comment.