Skip to content

Commit

Permalink
chore(core): 国开脚本预留
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 30, 2022
1 parent 2a565de commit 837ed30
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/core/src/script/ouchn/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

import { createNote } from '../../components';
import { defineScript } from '../../core/define.script';

export const OUCHNScript = defineScript({
name: '国家开放大学',
routes: [

],
panels: [
{
name: '国开小助手',
url: '**ouchn.cn/**Login**',
el: () => createNote('提示您:', '登录后才能使用脚本功能哦')
},
{
name: '国开小助手',
url: '**ouchn.cn/site/ouchnPc/index**',
el: () => createNote('提示您:', '请点击任意的课程进入。')
}

]
});

0 comments on commit 837ed30

Please sign in to comment.