mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 07:56:33 +00:00
docs: Readme
This commit is contained in:
parent
752619a082
commit
e9638cd7b3
@ -76,7 +76,7 @@
|
||||
|
||||
> [!tip]
|
||||
>
|
||||
> `message` 与 `room` 为选填
|
||||
> `message` 与 `room` 必填(可填空格),`examInfos` 至少需要一条数据。
|
||||
>
|
||||
> 如果有两个以"/"分隔的科目可以自动转化为双行显示
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!-- eslint-disable @typescript-eslint/no-unused-vars -->
|
||||
<template>
|
||||
<v-container class="main-area">
|
||||
<v-row>
|
||||
@ -5,7 +6,7 @@
|
||||
<h1 class="large-title">{{ globalStore.examName }}</h1>
|
||||
<h2 class="room">{{ globalStore.room }}</h2>
|
||||
</v-col>
|
||||
<v-col cols="12" v-if="globalStore.message">
|
||||
<v-col v-if="globalStore.message" cols="12">
|
||||
<h3 class="medium-title text-left">{{ globalStore.message }}</h3>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user