更新 announcement.html

This commit is contained in:
2023-12-29 10:12:56 +08:00
parent b07880eb7d
commit a2be2f6378

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>并添加到容器中,并设置样式使字体更大且更加好看