From b00f3ba84a13787a78a95bb826c06fb226703a03 Mon Sep 17 00:00:00 2001 From: wilinz Date: Sat, 27 Jul 2024 18:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BD=91=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/introduction/Android.md | 2 +- src/component/Footer/index.tsx | 16 ++++++++++++---- src/pages/Welcome/DeepLearningVideo.tsx | 2 +- src/pages/Welcome/Departments.tsx | 2 +- src/pages/Welcome/Jumbotron.tsx | 2 +- src/pages/Welcome/LearningDirectionList.tsx | 4 ++-- src/pages/Welcome/ProjectList.tsx | 10 +++++++++- src/pages/Welcome/index.tsx | 2 +- src/static/department.ts | 2 +- 9 files changed, 29 insertions(+), 13 deletions(-) diff --git a/public/docs/introduction/Android.md b/public/docs/introduction/Android.md index b4313f1..f9ae2ea 100644 --- a/public/docs/introduction/Android.md +++ b/public/docs/introduction/Android.md @@ -1,4 +1,4 @@ -# 移动端应用开发——Android +# APP开发 ## 介绍 diff --git a/src/component/Footer/index.tsx b/src/component/Footer/index.tsx index 2c87ab3..355eacc 100644 --- a/src/component/Footer/index.tsx +++ b/src/component/Footer/index.tsx @@ -82,7 +82,7 @@ const data: Array = [ 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' }, { @@ -95,15 +95,23 @@ const data: Array
= [ 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: , }, diff --git a/src/pages/Welcome/DeepLearningVideo.tsx b/src/pages/Welcome/DeepLearningVideo.tsx index 68376ad..be678e6 100644 --- a/src/pages/Welcome/DeepLearningVideo.tsx +++ b/src/pages/Welcome/DeepLearningVideo.tsx @@ -8,7 +8,7 @@ function DeepLearningVideo() { return (
-

软件部是科协专攻软件开发的部门其主要方向包括机器学习、安卓开发和游戏开发。

+

软件部是科协专攻软件开发的部门其主要方向包括深度学习、APP开发和游戏开发。

软件部注重培养成员在遵循软件工程开发体系的要求,去设计并开发一款或多款具备创新、实用等特点的软件的实践能力,旨在让成员能够承接校内信息化项目的同时,也能够参加校外高水平的竞赛。

) diff --git a/src/pages/Welcome/Jumbotron.tsx b/src/pages/Welcome/Jumbotron.tsx index 4f05049..b27bdf1 100644 --- a/src/pages/Welcome/Jumbotron.tsx +++ b/src/pages/Welcome/Jumbotron.tsx @@ -55,7 +55,7 @@ function Jumbotron() { shape="round" icon={} size={"large"} - href="https://qm.qq.com/q/4STVRUwlRS" + href="https://api.kexie.space/recruitment-qq-group" target="__blank" > 加入我们 diff --git a/src/pages/Welcome/LearningDirectionList.tsx b/src/pages/Welcome/LearningDirectionList.tsx index f2062ba..4b62d42 100644 --- a/src/pages/Welcome/LearningDirectionList.tsx +++ b/src/pages/Welcome/LearningDirectionList.tsx @@ -68,7 +68,7 @@ const data: Array = [ width: 270, style: { marginTop: "2em" } }, { - name: "安卓开发", + name: "APP开发", key: "Android", logo: Logo.Android, width: 150 @@ -85,7 +85,7 @@ const data: Array = [ width: 140, style: { background: "#2e2459", marginTop: "0.6em" } }, { - name: "机器学习", + name: "深度学习", key: "MachineLearning", logo: Logo.MachineLearning, width: 150, diff --git a/src/pages/Welcome/ProjectList.tsx b/src/pages/Welcome/ProjectList.tsx index ab91b6a..2b06aa3 100644 --- a/src/pages/Welcome/ProjectList.tsx +++ b/src/pages/Welcome/ProjectList.tsx @@ -9,7 +9,7 @@ function ProjectList() { return (
开源项目} + header={科协优秀项目} dataSource={data} renderItem={(item) => (
  • @@ -106,4 +106,12 @@ const data: Array = [ 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", + }, ]; diff --git a/src/pages/Welcome/index.tsx b/src/pages/Welcome/index.tsx index bd08cd6..fa6b131 100644 --- a/src/pages/Welcome/index.tsx +++ b/src/pages/Welcome/index.tsx @@ -24,7 +24,7 @@ function Welcome() { - + {/**/} {/* */} diff --git a/src/static/department.ts b/src/static/department.ts index c54ff8c..d8eb1d6 100644 --- a/src/static/department.ts +++ b/src/static/department.ts @@ -22,7 +22,7 @@ const departmentsMap = { fullName: "SoftwareDepertment", logo: Logo.Software, learningDirection: [ - "游戏制作", "安卓开发", "机器学习" + "游戏制作", "APP开发", "深度学习" ] },