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