Skip to content

Commit

Permalink
fix(script): 添加软件自动登录辅助页面
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 20, 2023
1 parent dc84ff8 commit a2bfa20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/scripts/src/projects/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ export const BackgroundProject = Project.create({
name: '软件登录辅助',
url: [
['超星登录', 'passport2.chaoxing.com/login'],
['智慧树登录', 'passport.zhihuishu.com/login']
['智慧树登录', 'passport.zhihuishu.com/login'],
['职教云登录', 'zjy2.icve.com.cn/portal/login.html'],
['智慧职教登录', 'sso.icve.com.cn/sso/auth']
],
hideInPanel: true,
oncomplete() {
Expand Down

0 comments on commit a2bfa20

Please sign in to comment.