Skip to content

Commit

Permalink
增加客户端下载链接
Browse files Browse the repository at this point in the history
  • Loading branch information
comsince committed Apr 25, 2024
1 parent b60950b commit 04d42c1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
23 changes: 23 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,27 @@ const config = {
},
footer: {
links: [
{
title: "客户端下载",
items: [
{
label: "Android客户端",
to: "/client/",
},
{
label: "PC客户端",
to: "/getstarted/",
},
{
label: "Web客户端",
href: "https://web.fsharechat.cn",
},
{
label: "Web移动端",
href: "https://mobile.fsharechat.cn",
},
],
},
{
title: "飞享IM",
items: [
Expand Down Expand Up @@ -220,6 +241,8 @@ const config = {
},
],
},


{
title: "更多",
items: [
Expand Down
14 changes: 6 additions & 8 deletions src/pages/careers/index.tsx → src/pages/client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ const CareersPage = () => {
<div className={careersStyles.card}>
<div className={careersStyles.card__side}>
<h1 className={careersStyles["card__title--important"]}>
Careers
Android 客户端
</h1>
<p className={careersStyles.card__content}>
We help developers handle explosive amounts of data while
getting them started in just a few minutes with the simplest and
most accessible time series database.
支持一对一视频通过,群组视频通话
</p>
<Button className={careersStyles.card__cta} onClick={handleClick}>
Current openings
扫描右侧二维码下载
</Button>
</div>
<div
Expand All @@ -59,11 +57,11 @@ const CareersPage = () => {
<img
alt="A code editor containing a SQL statement"
className={careersStyles.card__illustration}
src="/img/pages/careers/teamCollaboration.svg"
src="https://media.fsharechat.cn/minio-bucket-image-name/fsharechat-android-release-apk.png"
/>
</div>
</div>
<div
{/* <div
className={clsx(careersStyles.card, careersStyles["card--reverse"])}
>
<div
Expand Down Expand Up @@ -142,7 +140,7 @@ const CareersPage = () => {
</span>
</a>
</div>
</div>
</div> */}
</section>
</Layout>
</MetadataContextProvider>
Expand Down

0 comments on commit 04d42c1

Please sign in to comment.