Skip to content

Commit

Permalink
fix: 更换首页图片
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Jun 9, 2023
1 parent da2a0d7 commit 8b059a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 6 additions & 2 deletions examples/website/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from './index.module.less';
import { ReactComponent as Github } from '../../assets/github.svg';
import { ReactComponent as Gitee } from '../../assets/gitee.svg';
import { ReactComponent as Github } from '../../assets/github.svg';
import styles from './index.module.less';

const data = [
{
Expand Down Expand Up @@ -39,6 +39,10 @@ const data = [
href: 'https://github.com/alibaba/hooks',
title: 'ahooks-React Hooks 库',
},
{
href: 'https://kktjs.github.io/kkt-pro/#/doc/kktp',
title: 'KKTP',
},
],
},
{
Expand Down
14 changes: 7 additions & 7 deletions examples/website/src/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ export const menusDocsConfig: MenusConfigObject[] = [
divider: true,
title: '基础配置',
},
{
title: '国际化',
path: '/docs/internationalization',
},
{
title: '配置',
path: '/docs/config',
},
{
title: 'KKTP',
target: '__blank',
path: 'https://kktjs.github.io/kkt-pro/#/doc/kktp',
title: '国际化',
path: '/docs/internationalization',
},
// {
// title: 'KKTP',
// target: '__blank',
// path: 'https://kktjs.github.io/kkt-pro/#/doc/kktp',
// },
{
title: '源码 Github 仓库',
target: '__blank',
Expand Down
6 changes: 5 additions & 1 deletion packages/antdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Ant Design Project

一个基于 [antd](https://github.com/ant-design/ant-design/)[umi](https://github.com/umijs/umi) 的初始级别项目,集成路由、[`dva`](https://github.com/dvajs/dva)(Redux)、选项卡等特性,用于简化 [antd 5.x +](https://github.com/ant-design/ant-design) 的部分使用。

[![Ant Design Project](https://user-images.githubusercontent.com/1680273/130326861-d11b074b-c8cc-4257-8e58-2ea9acc49930.png)](https://antdpro.github.io/antdp/#/example)
[![Ant Design Project](https://user-images.githubusercontent.com/59959718/244599964-eb494b03-7de0-43ea-a896-cb42c3b32d5e.png)](https://stackblitz.com/github/antdpro/antdp/tree/master/examples/antdp-base?embed=1&hideNavigation=0&hidedevtools=0)

[![Ant Design Project](https://user-images.githubusercontent.com/59959718/244600517-f6ad36c8-c64f-44ad-8c73-c354ca304c02.jpg)](https://stackblitz.com/github/antdpro/antdp/tree/master/examples/antdp-base2?embed=1&hideNavigation=0&hidedevtools=0)

[![Ant Design Project](https://user-images.githubusercontent.com/59959718/244600583-5db07453-d674-457c-a123-d4747288f7f7.jpg)](https://stackblitz.com/github/antdpro/antdp/tree/master/examples/antdp-base3?embed=1&hideNavigation=0&hidedevtools=0)

### Features

Expand Down

0 comments on commit 8b059a3

Please sign in to comment.