Skip to content

Commit

Permalink
feat(website): update the logo of XinChuang(stoneatom#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nliver committed Apr 20, 2023
1 parent 3e3feb5 commit faf5a20
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 3 deletions.
13 changes: 11 additions & 2 deletions website/i18n/zh/docusaurus-plugin-content-pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,22 @@ StoneDB for MySQL
```

```custom-showCase
- 国产化适配
- 信创国产化
- kunpeng
- 鲲鹏技术认证
- tx
- 统信软件认证
- zkfd
- 中科方德认证
- hgxx
- 海光信息认证
- zkkk
- 中科可控认证
- ghzz
- 光合组织成员单位
- Opengauss
- OpenGauss共建社区
- OpenGauss共建社区
```

```custom-customers
Expand Down
36 changes: 36 additions & 0 deletions website/src/components/showCase/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import Translate from "@docusaurus/Translate";
import kunpeng from '@site/static/resource/kunpeng.png';
import tx from '@site/static/resource/tx.png';
import Opengauss from '@site/static/resource/Opengauss.png';
import zkfd from '@site/static/resource/zkfd.png';
import ghzz from '@site/static/resource/ghzz.png';
import hgxx from '@site/static/resource/hgxx.png';
import zkkk from '@site/static/resource/zkkk.png';

export const list = [
{
Expand All @@ -28,5 +32,37 @@ export const list = [
100%兼容MySQL 5.7
</Translate>
)
},
{
logo: zkfd,
name: (
<Translate id="home.compatible.title">
100%兼容MySQL 5.7
</Translate>
)
},
{
logo: ghzz,
name: (
<Translate id="home.compatible.title">
100%兼容MySQL 5.7
</Translate>
)
},
{
logo: hgxx,
name: (
<Translate id="home.compatible.title">
100%兼容MySQL 5.7
</Translate>
)
},
{
logo: zkkk,
name: (
<Translate id="home.compatible.title">
100%兼容MySQL 5.7
</Translate>
)
}
]
10 changes: 9 additions & 1 deletion website/src/components/showCase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ import kunpeng from '@site/static/resource/kunpeng.png';
import tx from '@site/static/resource/tx.png';
import Opengauss from '@site/static/resource/Opengauss.png';
import BgChinaly from '@site/static/resource/BgChinaly.png';
import zkfd from '@site/static/resource/zkfd.png';
import ghzz from '@site/static/resource/ghzz.png';
import hgxx from '@site/static/resource/hgxx.png';
import zkkk from '@site/static/resource/zkkk.png';
import { Title, Context } from "../styles";
import {ItemWrap, PanelWrap} from './styles';

const imgs: any = {
kunpeng,
tx,
Opengauss
Opengauss,
zkfd,
ghzz,
hgxx,
zkkk
}

const ShowCase: React.FC<any> = ({children}) => {
Expand Down
Binary file added website/static/resource/ghzz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resource/hgxx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resource/zkfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resource/zkkk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit faf5a20

Please sign in to comment.