Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
allowBuilds:
'@parcel/watcher': false
esbuild: false
sharp: false
onlyBuiltDependencies:
- '@parcel/watcher'
- esbuild
Expand Down
Binary file added public/uaf/HarmonyOS_Sans_SC_Bold.ttf
Binary file not shown.
Binary file added public/uaf/HarmonyOS_Sans_SC_Light.ttf
Binary file not shown.
Binary file added public/uaf/HarmonyOS_Sans_SC_Regular.ttf
Binary file not shown.
Binary file removed public/uaf/NotoSansSC-Regular.otf
Binary file not shown.
25 changes: 13 additions & 12 deletions src/components/home/HomeActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@

size="large"
rounded="xl"
><v-icon icon="mdi-swap-vertical-bold"></v-icon></v-btn>
>
<v-icon icon="mdi-swap-vertical-bold" />
</v-btn>
</template>
<v-list density="comfortable">
<v-list-item
Expand All @@ -53,7 +55,7 @@
:prepend-icon="
isFullscreen ? 'mdi-fullscreen-exit' : 'mdi-fullscreen'
"
rounded="xl"
rounded="xl"
class="ml-2"
size="large"
@click="$emit('toggle-fullscreen')"
Expand All @@ -72,16 +74,16 @@
随机点名
</v-btn>

<v-btn
<v-btn
v-if="showExamScheduleButton"
prepend-icon="mdi-calendar-check"
size="large"
@click="$emit('add-exam-card')"
class="ml-2"
color="green"
>
考试看板
</v-btn>
prepend-icon="mdi-calendar-check"
size="large"
class="ml-2"
color="green"
@click="$emit('add-exam-card')"
>
考试看板
</v-btn>


<v-btn
Expand All @@ -105,7 +107,6 @@
>
添加测试卡片
</v-btn>

</div>

<v-card
Expand Down
Loading