更新 announcement.html

master
wangsiyuan 2023-12-29 10:12:56 +08:00
parent b07880eb7d
commit a2be2f6378
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
$(document).ready(function () {
// 请求后端获取课程信息
$.get('/api/get-today-courses', function (data) {
if (data.msg == "ok") {
data.data.forEach(function (course) {
// 为每个课程创建一个段落<p>并添加到容器中,并设置样式使字体更大且更加好看