增加提交课程指引

This commit is contained in:
ember 2025-02-06 15:47:03 +08:00
parent 63a69691bd
commit 8fe5b9eb87
7 changed files with 174 additions and 8 deletions

1
dist/css/app.0e523104.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.7ffdfeab.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.1db14a8b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.be32762c.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.0e523104.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

2
dist/js/app.be32762c.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
</p>
<p>
在创建课程时请先了解课程的分类可通过培养计划选课系统等途径以及课程的<strong>开课院系在教务系统我的考试中可查看以及公共课表查询中可查看</strong><strong>如果同一课程的任课教师不同用户可以创建多个同名课程例如A老师-篮球B老师-篮球将被视为两个不同的课程</strong>创建的课程卡片<strong>需经过管理员审核</strong>审核进度可在我的课程中实时查看
在创建课程时请先了解课程的类别以及课程的<strong>开课院系</strong><router-link to="/courses?m=true" class="guide-link">点击此处</router-link>查看指引<strong>如果同一课程的任课教师不同用户可以创建多个同名课程例如"A老师-篮球""B老师-篮球"将被视为两个不同的课程</strong>创建的课程卡片<strong>需经过管理员审核</strong>审核进度可在"我的课程"中实时查看
</p>
<p>
@ -127,5 +127,15 @@ export default {
margin-bottom: 15px;
color: #666;
}
.guide-link {
color: #0056b3;
text-decoration: underline;
cursor: pointer;
}
.guide-link:hover {
color: #003d82;
}
</style>