Skip to content

Commit

Permalink
更新网页
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jul 27, 2024
1 parent 2d54997 commit b00f3ba
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion public/docs/introduction/Android.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 移动端应用开发——Android
# APP开发

## 介绍

Expand Down
16 changes: 12 additions & 4 deletions src/component/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const data: Array<Table> = [
list: [
{
name: "招新QQ群",
url: "http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=TLksMcIoe1uqTh-tQTK1tU5Ff1OLYflL",
url: "https://api.kexie.space/recruitment-qq-group",
// url: 'https://jq.qq.com/?_wv=1027&k=n7WP5LTH'
},
{
Expand All @@ -95,15 +95,23 @@ const data: Array<Table> = [
title: "科协相关",
list: [
{
name: "GitHub",
name: "科协GitHub",
url: "https://github.com/sanyuankexie",
},
{
name: "OnlineJudge",
name: "科协OJ",
url: "https://oj.kexie.space",
},
{
name: "微信公众号",
name: "科协GIT",
url: "https://git.kexie.space",
},
{
name: "科协Dockerhub",
url: "https://docker.kexie.space",
},
{
name: "科协微信公众号",
url: "#",
content: <img src={QRCode.WeChatOfficialAccount} alt="" />,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Welcome/DeepLearningVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function DeepLearningVideo() {

return (
<Section
title="机器学习"
title="深度学习"
description="趣味视频 “当逮虾户遇上目标检测”"
bannerStyle={{ width: "80%" }}
bannerClassName={`aspect-ratio`}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Welcome/Departments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const departmentIntroductionData = [
logo: Logo.Software,
descriptions: (
<>
<p>软件部是科协专攻软件开发的部门其主要方向包括机器学习、安卓开发和游戏开发</p>
<p>软件部是科协专攻软件开发的部门其主要方向包括深度学习、APP开发和游戏开发</p>
<p>软件部注重培养成员在遵循软件工程开发体系的要求,去设计并开发一款或多款具备创新、实用等特点的软件的实践能力,旨在让成员能够承接校内信息化项目的同时,也能够参加校外高水平的竞赛。</p>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Welcome/Jumbotron.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Jumbotron() {
shape="round"
icon={<QqCircleFilled />}
size={"large"}
href="https://qm.qq.com/q/4STVRUwlRS"
href="https://api.kexie.space/recruitment-qq-group"
target="__blank"
>
加入我们
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Welcome/LearningDirectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const data: Array<LDirection> = [
width: 270,
style: { marginTop: "2em" }
}, {
name: "安卓开发",
name: "APP开发",
key: "Android",
logo: Logo.Android,
width: 150
Expand All @@ -85,7 +85,7 @@ const data: Array<LDirection> = [
width: 140,
style: { background: "#2e2459", marginTop: "0.6em" }
}, {
name: "机器学习",
name: "深度学习",
key: "MachineLearning",
logo: Logo.MachineLearning,
width: 150,
Expand Down
10 changes: 9 additions & 1 deletion src/pages/Welcome/ProjectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ProjectList() {
return (
<div className={style.container}>
<List
header={<Typography.Title level={3}>开源项目</Typography.Title>}
header={<Typography.Title level={3}>科协优秀项目</Typography.Title>}
dataSource={data}
renderItem={(item) => (
<li style={{ borderBottom: "1px solid #f0f0f0" }}>
Expand Down Expand Up @@ -106,4 +106,12 @@ const data: Array<IProject> = [
url: "https://github.com/orzation/bobibo",
languageColor: "#00add8",
},
{
name: "GUET校园圈APP",
description: "可以查看课表等教务信息,支持安卓和IOS",
language: "Dart(Flutter)",
avatar: "https://avatars.githubusercontent.com/u/59408438?v=4&size=64",
url: "https://www.guethub.com",
languageColor: "#00B4AB",
},
];
2 changes: 1 addition & 1 deletion src/pages/Welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Welcome() {
<LearningDirectionList />
<Movie />
<Mikutap />
<MachineTrain />
{/*<MachineTrain />*/}
<GameCollection />
{/* <DeepLearningVideo /> */}

Expand Down
2 changes: 1 addition & 1 deletion src/static/department.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const departmentsMap = {
fullName: "SoftwareDepertment",
logo: Logo.Software,
learningDirection: [
"游戏制作", "安卓开发", "机器学习"
"游戏制作", "APP开发", "深度学习"
]
},

Expand Down

0 comments on commit b00f3ba

Please sign in to comment.