增加提交课程指引
This commit is contained in:
parent
63a69691bd
commit
8fe5b9eb87
1
dist/css/app.0e523104.css
vendored
Normal file
1
dist/css/app.0e523104.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/app.1db14a8b.css
vendored
1
dist/css/app.1db14a8b.css
vendored
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -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>
|
2
dist/js/app.7ffdfeab.js
vendored
2
dist/js/app.7ffdfeab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.be32762c.js
vendored
Normal file
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
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user