Merge pull request #34 from fhzit/master

fix:修复了about.vue中项目的链接,修改开发者为团队
This commit is contained in:
Hellofhz 2025-03-22 22:51:32 +08:00 committed by GitHub
commit 252fe7763a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
# <image src="resources/icon.png" height="36"/> ExamShowboard # <image src="resources/icon.png" height="36"/> ExamShowboard-Legacy
[![stars](https://img.shields.io/github/stars/ExamAware/dsz-exam-showboard?label=Stars)](https://github.com/ExamAware/dsz-exam-showboard/stargazers) [![stars](https://img.shields.io/github/stars/ExamAware/dsz-exam-showboard?label=Stars)](https://github.com/ExamAware/dsz-exam-showboard/stargazers)
[![forks](https://img.shields.io/github/forks/ExamAware/dsz-exam-showboard?label=Forks)](https://github.com/ExamAware/dsz-exam-showboard/forks) [![forks](https://img.shields.io/github/forks/ExamAware/dsz-exam-showboard?label=Forks)](https://github.com/ExamAware/dsz-exam-showboard/forks)
@ -26,9 +26,11 @@
</div> </div>
> [!tip] >[!tip]
> >
> **本软件使用 `Vue` + `TypeScript` + `JavaScript` 制作,使用 `Node.js` + `Electron` 完善系统级功能并打包。** > ExamShowboard-Legacy(考试看板-Legacy)已过时
>新版考试看板 知试ExamAware 2 请前往 `ExamAware2-Desktop` 仓库[获取](https://github.com/ExamAware/ExamAware2-Desktop)
## 功能 ## 功能

View File

@ -11,16 +11,12 @@
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验</p> <p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验</p>
<p class="text-lg developer"> <p class="text-lg developer">
开发者 开发者
<a href="https://github.com/hello8693DSZ" target="_blank" class="developer-name" <a href="https://github.com/examaware" target="_blank" class="developer-name"
>Hello8963</a >ExamAware开发团队</a
>
<span> </span>
<a href="https://github.com/MKStoler4096" target="_blank" class="developer-name"
>Mkstoler4096</a
> >
</p> </p>
<v-btn <v-btn
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next" href="https://github.com/ExamAware/ExamShowboard-Legacy"
target="_blank" target="_blank"
color="primary" color="primary"
class="mt-4 normal-case" class="mt-4 normal-case"