Skip to content

Commit

Permalink
chore: email and words
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiehe99 committed Feb 5, 2025
1 parent 63f33e1 commit af73f9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/tools/softwares.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ const config: Config = {
items: [
{
label: '开发人员',
to: '/blog/authors',
to: '/blog/authors/eddie',
},
{
label: '邮件地址',
href: 'mailto:[email protected]',
},
{
label: '邮件地址(备用)',
href: 'mailto:eddiehe99@foxmail.com',
href: 'mailto:eddie.he@foxmail.com',
},
],
},
Expand Down
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -15,7 +15,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
配置完成之后即可使用。一次配置,用一学期。
配置完成之后即可使用。<br />一次配置,用一学期。
</>
),
},
Expand All @@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [
},
];

function Feature({title, Svg, description}: FeatureItem) {
function Feature({ title, Svg, description }: FeatureItem) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
Expand Down

0 comments on commit af73f9b

Please sign in to comment.