From 653fc7b09d5adf755783fdcbab7b81142da14098 Mon Sep 17 00:00:00 2001 From: taoya7 <569781231@qq.com> Date: Sun, 1 Oct 2023 01:17:53 +0800 Subject: [PATCH] feat: init --- README.md | 14 ++------------ src/pages/index.tsx | 6 ------ 2 files changed, 2 insertions(+), 18 deletions(-) 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 (