From d18adb71f26f02f179fce86c0814464462d62f9f Mon Sep 17 00:00:00 2001 From: mydearxym Date: Wed, 17 Nov 2021 15:35:08 +0800 Subject: [PATCH 01/15] refactor(cool-guide): basic readme part --- .../CoolGuideContent/SearchCover/index.tsx | 79 ++++++++++++++++--- .../styles/search_cover/index.ts | 30 +++++-- 2 files changed, 89 insertions(+), 20 deletions(-) diff --git a/src/containers/content/CoolGuideContent/SearchCover/index.tsx b/src/containers/content/CoolGuideContent/SearchCover/index.tsx index 0357295fd..e8f2f31ac 100644 --- a/src/containers/content/CoolGuideContent/SearchCover/index.tsx +++ b/src/containers/content/CoolGuideContent/SearchCover/index.tsx @@ -1,11 +1,12 @@ +/* eslint-disable jsx-a11y/accessible-emoji */ import { FC, memo } from 'react' -import { Br } from '@/widgets/Common' +import Linker from '@/widgets/Linker' -import Footer from '../Footer' -import InputBox from './InputBox' +// import Footer from '../Footer' +// import InputBox from './InputBox' -import { Wrapper, Header, Title, Slogan } from '../styles/search_cover' +import { Wrapper, Block, Title, Ul, Li, Bold } from '../styles/search_cover' type TProps = { testid?: string @@ -14,14 +15,68 @@ type TProps = { const SearchCover: FC = ({ testid = 'search-cover' }) => { return ( -
- 「酷导航」 - 实用指南,启发灵感,找到有趣 -
-
- -
-