From 8b059a35680e7812c3e2399f666ff84770ed1f32 Mon Sep 17 00:00:00 2001 From: ChenlingasMx <42308734@qq.com> Date: Fri, 9 Jun 2023 14:15:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/website/src/components/Footer/index.jsx | 8 ++++++-- examples/website/src/menus.ts | 14 +++++++------- packages/antdp/README.md | 6 +++++- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/examples/website/src/components/Footer/index.jsx b/examples/website/src/components/Footer/index.jsx index d5896c900..9281f0779 100644 --- a/examples/website/src/components/Footer/index.jsx +++ b/examples/website/src/components/Footer/index.jsx @@ -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 = [ { @@ -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', + }, ], }, { diff --git a/examples/website/src/menus.ts b/examples/website/src/menus.ts index 0b25df547..ade3b8857 100644 --- a/examples/website/src/menus.ts +++ b/examples/website/src/menus.ts @@ -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', diff --git a/packages/antdp/README.md b/packages/antdp/README.md index eaf102a5d..c0a4ec02b 100644 --- a/packages/antdp/README.md +++ b/packages/antdp/README.md @@ -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