1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-02 00:59:23 +00:00

Update cses2wakeup.vue to improve user instructions with a new subtitle for data format guidance.

This commit is contained in:
SunWuyuan 2025-04-20 10:44:50 +08:00
parent a64bb8bfc2
commit 59a9f1bd91
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -1,12 +1,13 @@
<template>x
<template>
<v-container class="fill-height">
<v-row>
<v-col cols="12">
<v-card class="elevation-12" border>
<v-card-title class="text-h5 text-center pt-6">
<v-card-title >
课程表转换工具
</v-card-title>
<v-card-subtitle> 请在CSES中将数据格式改为通用CSES(JSON)
</v-card-subtitle>
<v-card-text>
<v-alert
v-if="error"