Skip to content

Commit

Permalink
fix(route): 国家外汇管理局业务咨询 & 投诉建议链接 (#14226)
Browse files Browse the repository at this point in the history
  • Loading branch information
nczitzk authored Jan 11, 2024
1 parent 551a086 commit e85787e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/v2/gov/maintainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
'/pbc/tradeAnnouncement': ['nczitzk'],
'/pbc/zcyj': ['Fatpandac'],
'/samr/xgzlyhd/:category?/:department?': ['nczitzk'],
'/safe/bussiness/:site?': ['nczitzk'],
'/safe/business/:site?': ['nczitzk'],
'/safe/complaint/:site?': ['nczitzk'],
'/sasac/:path+': ['TonyRL'],
'/stats/:path+': ['bigfei', 'nczitzk'],
Expand Down
4 changes: 2 additions & 2 deletions lib/v2/gov/safe/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ const processZxfkItems = async (site = 'beijing', category = 'ywzx', limit = '3'

return {
title: `${message.author}: ${message.content}`,
link: new URL(item.find('.title').prop('href'), rootUrl).href,
link: currentUrl,
description: art(path.join(__dirname, 'templates/message.art'), {
message,
reply,
}),
author: `${message.author}/${reply.author}`,
guid: item.find('.id').text(),
guid: `${currentUrl}#${message.author}(${message.date})/${reply.author}(${reply.date})`,
pubDate: parseDate(message.date),
updated: parseDate(reply.date),
};
Expand Down

0 comments on commit e85787e

Please sign in to comment.