Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(routes): add 南京晓庄学院图书馆通知公告、江苏海洋大学通知公告、江苏海洋大学研招网通知公告 #12176

Merged
merged 15 commits into from
Mar 27, 2023
Merged
Prev Previous commit
fix: add timeStyleClass2 in jou yz
  • Loading branch information
real-jiakai committed Mar 27, 2023
commit d55bde16a090b0b2457caaa996ccf79fb5efca5d
2 changes: 1 addition & 1 deletion lib/v2/jou/yz.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const url = 'https://yz.jou.edu.cn/index/zxgg.htm';
const host = 'https://yz.jou.edu.cn';

module.exports = async (ctx) => {
const out = await getItems(ctx, url, host, 'winstyle207638', 'timestyle207638', 'titlestyle207543');
const out = await getItems(ctx, url, host, 'winstyle207638', 'timestyle207638', 'titlestyle207543', 'timestyle207543');

// 生成RSS源
ctx.state.data = {
Expand Down