diff --git a/README.md b/README.md index 07afeb7..6a912f5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,5 @@ -# umi project +# 默认全局 -## Getting Started +src/global.less -Install dependencies, -```bash -$ yarn -``` - -Start the dev server, - -```bash -$ yarn start -``` diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 131831c..4a4c7c6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,16 +1,10 @@ import styles from './index.less'; import { Button } from 'antd' -import { Button as ButtonMobileV2 } from 'antd-mobile-v2' -import { Button as ButtonMobileV5 } from 'antd-mobile' export default function IndexPage() { return (

Page index

- Click - Click - -
); }