mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 09:19:23 +00:00
Update cses2wakeup.vue to improve user instructions with a new subtitle for data format guidance.
This commit is contained in:
parent
a64bb8bfc2
commit
59a9f1bd91
@ -1,12 +1,13 @@
|
|||||||
<template>x
|
<template>
|
||||||
<v-container class="fill-height">
|
<v-container class="fill-height">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-card class="elevation-12" border>
|
<v-card class="elevation-12" border>
|
||||||
<v-card-title class="text-h5 text-center pt-6">
|
<v-card-title >
|
||||||
课程表转换工具
|
课程表转换工具
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
<v-card-subtitle> 请在CSES中将数据格式改为“通用CSES(JSON)”
|
||||||
|
</v-card-subtitle>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-alert
|
<v-alert
|
||||||
v-if="error"
|
v-if="error"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user