mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
更新 about.vue
This commit is contained in:
parent
995dac31ed
commit
f55dbe662a
@ -10,7 +10,28 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验。</p>
|
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验。</p>
|
||||||
<p>版本号:1.2.0 正式版</p>
|
<p>版本号:1.2.0 正式版</p>
|
||||||
<p class="text-lg">开发者:Hello8963 & Mkstoler4096</p>
|
<p class="text-lg">
|
||||||
|
开发者:
|
||||||
|
<v-btn
|
||||||
|
href="https://github.com/hello8693DSZ"
|
||||||
|
target="_blank"
|
||||||
|
text
|
||||||
|
color="primary"
|
||||||
|
class="developer-link"
|
||||||
|
>
|
||||||
|
Hello8963
|
||||||
|
</v-btn>
|
||||||
|
&
|
||||||
|
<v-btn
|
||||||
|
href="https://github.com/MKStoler4096"
|
||||||
|
target="_blank"
|
||||||
|
text
|
||||||
|
color="primary"
|
||||||
|
class="developer-link"
|
||||||
|
>
|
||||||
|
Mkstoler4096
|
||||||
|
</v-btn>
|
||||||
|
</p>
|
||||||
<v-btn
|
<v-btn
|
||||||
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
|
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@ -44,7 +65,6 @@
|
|||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 调整字体大小 */
|
|
||||||
.text-h3 {
|
.text-h3 {
|
||||||
font-size: 2.5em !important;
|
font-size: 2.5em !important;
|
||||||
}
|
}
|
||||||
@ -58,6 +78,12 @@
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.developer-link {
|
||||||
|
font-size: 1em;
|
||||||
|
text-transform: none;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.normal-case {
|
.normal-case {
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user