From af73f9b761cd2adf50fe6661252d08065e7abb83 Mon Sep 17 00:00:00 2001
From: Eddie-He-090 <40681449+Eddie-He-090@users.noreply.github.com>
Date: Wed, 5 Feb 2025 15:58:17 +0800
Subject: [PATCH] chore: email and words
---
docs/tools/softwares.md | 2 +-
docusaurus.config.ts | 4 ++--
src/components/HomepageFeatures/index.tsx | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/tools/softwares.md b/docs/tools/softwares.md
index 73316ee..739a42b 100644
--- a/docs/tools/softwares.md
+++ b/docs/tools/softwares.md
@@ -14,6 +14,6 @@ sidebar_position: 4
## 办公软件
-- 微软 office: [Office Tool Plus](https://otp.landian.vip/zh-cn/)
+- 微软 office 部署工具: [Office Tool Plus](https://otp.landian.vip/zh-cn/)
- PPT 插件:[iSlide](https://www.islide.cc/)
- Word 公文排版插件:[小恐龙公文排版助手](https://xkonglong.com/)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index df0100a..84ca45d 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -136,7 +136,7 @@ const config: Config = {
items: [
{
label: '开发人员',
- to: '/blog/authors',
+ to: '/blog/authors/eddie',
},
{
label: '邮件地址',
@@ -144,7 +144,7 @@ const config: Config = {
},
{
label: '邮件地址(备用)',
- href: 'mailto:eddiehe99@foxmail.com',
+ href: 'mailto:eddie.he@foxmail.com',
},
],
},
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index 55bbe49..aa112e6 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -1,4 +1,4 @@
-import type {ReactNode} from 'react';
+import type { ReactNode } from 'react';
import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';
@@ -15,7 +15,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
- 配置完成之后即可使用。一次配置,用一学期。
+ 配置完成之后即可使用。
一次配置,用一学期。
>
),
},
@@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [
},
];
-function Feature({title, Svg, description}: FeatureItem) {
+function Feature({ title, Svg, description }: FeatureItem) {
return (