目前基本配置已经完成
This commit is contained in:
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
|
|||||||
const FeatureList = [
|
const FeatureList = [
|
||||||
{
|
{
|
||||||
title: 'Translation: Voice Translator',
|
title: 'Translation: Voice Translator',
|
||||||
Svg: require('https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/06/46/4b/06464bda-9a77-3d06-ab52-1183310100ff/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/180x180bb.png').default,
|
Svg: 'https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/06/46/4b/06464bda-9a77-3d06-ab52-1183310100ff/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/180x180bb.png',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Speech Recognize:
|
Speech Recognize:
|
||||||
@@ -17,7 +17,7 @@ const FeatureList = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '2048: Number Puzzle Game',
|
title: '2048: Number Puzzle Game',
|
||||||
Svg: require('https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/68/50/8e/68508e20-c28b-3c70-3f6c-946797493068/AppIcon-1x_U007emarketing-0-10-0-0-85-220.png/100x100bb.jpg').default,
|
Svg: 'https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/68/50/8e/68508e20-c28b-3c70-3f6c-946797493068/AppIcon-1x_U007emarketing-0-10-0-0-85-220.png/100x100bb.jpg',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
More than 17 million downloads and millions of active users!
|
More than 17 million downloads and millions of active users!
|
||||||
@@ -28,7 +28,7 @@ const FeatureList = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'PDF Converter - Word to PDF',
|
title: 'PDF Converter - Word to PDF',
|
||||||
Svg: require('https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/17/3a/7f/173a7f64-52a0-71fb-e7fe-7be5ef20e93c/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/100x100bb.jpg').default,
|
Svg: 'https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/17/3a/7f/173a7f64-52a0-71fb-e7fe-7be5ef20e93c/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/100x100bb.jpg',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Convert files from JPG, WORD (DOC), XLS, TXT, PPT,
|
Convert files from JPG, WORD (DOC), XLS, TXT, PPT,
|
||||||
@@ -43,7 +43,8 @@ function Feature({Svg, title, description}) {
|
|||||||
return (
|
return (
|
||||||
<div className={clsx('col col--4')}>
|
<div className={clsx('col col--4')}>
|
||||||
<div className="text--center">
|
<div className="text--center">
|
||||||
<Svg className={styles.featureSvg} role="img" />
|
{/* <Svg className={styles.featureSvg} role="img" /> */}
|
||||||
|
<img src={ Svg } />
|
||||||
</div>
|
</div>
|
||||||
<div className="text--center padding-horiz--md">
|
<div className="text--center padding-horiz--md">
|
||||||
<h3>{title}</h3>
|
<h3>{title}</h3>
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ function HomepageHeader() {
|
|||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
{/* <Link
|
||||||
className="button button--secondary button--lg"
|
className="button button--secondary button--lg"
|
||||||
to="/docs/intro">
|
to="/docs/intro">
|
||||||
Docusaurus Tutorial - 5min ⏱️
|
Docusaurus Tutorial - 5min ⏱️
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user