Skip to content

Commit

Permalink
fix(script): 优化超星最新考试页面支持
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Sep 22, 2023
1 parent 18a2725 commit 9e71239
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/scripts/src/projects/cx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,11 @@ export const CXProject = Project.create({
}),
examRedirect: new Script({
name: '考试整卷预览脚本',
url: [['新版考试页面', 'exam-ans/exam/test/reVersionTestStartNew']],
url: [
['新版考试页面', 'exam-ans/exam/test/reVersionTestStartNew'],
// 2023/9月 新增
['新版考试页面2', 'mooc-ans/exam/test/reVersionTestStartNew']
],
hideInPanel: true,
oncomplete() {
$message('info', { content: '即将跳转到整卷预览页面进行考试。' });
Expand Down

0 comments on commit 9e71239

Please sign in to comment.