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
Next Next commit
style: format jou utils
  • Loading branch information
real-jiakai committed Mar 27, 2023
commit ed101352dd54b3e6d105e7a98da430418dd4c2d7
2 changes: 1 addition & 1 deletion lib/v2/jou/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { parseDate } = require('@/utils/parse-date');
// 导入timezone库,该库用于时区处理
const timezone = require('@/utils/timezone');

async function getItems(ctx, url, host, tableClass, timeStyleClass1, titleStyleClass,timeStyleClass2) {
async function getItems(ctx, url, host, tableClass, timeStyleClass1, titleStyleClass, timeStyleClass2) {
// 发起Http请求,获取网页数据
const response = await got({ url, https: { rejectUnauthorized: false } });
// 解析网页数据
Expand Down