Skip to content

Commit 59a9f1b

Browse files
committed
Update cses2wakeup.vue to improve user instructions with a new subtitle for data format guidance.
1 parent a64bb8b commit 59a9f1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/cses2wakeup.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<template>x
1+
<template>
22
<v-container class="fill-height">
33
<v-row>
44
<v-col cols="12">
55
<v-card class="elevation-12" border>
6-
<v-card-title class="text-h5 text-center pt-6">
6+
<v-card-title >
77
课程表转换工具
88
</v-card-title>
9-
9+
<v-card-subtitle> 请在CSES中将数据格式改为“通用CSES(JSON)”
10+
</v-card-subtitle>
1011
<v-card-text>
1112
<v-alert
1213
v-if="error"

0 commit comments

Comments
 (0)