Skip to content

Commit

Permalink
Merge pull request #315 from DIYgod/master
Browse files Browse the repository at this point in the history
[pull] master from diygod:master
  • Loading branch information
pull[bot] authored Dec 21, 2024
2 parents 0b9e908 + 43a505f commit 1fd97ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/routes/behance/templates/description.art
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
{{ each module.components comp }}
<img src="https://mir-s3-cdn-cf.behance.net/project_modules/source/{{ comp.filename }}">
{{ /each }}
{{ else if module.__typename === 'EmbedModule' }}
{{@ module.fluidEmbed || module.originalEmbed }}
{{ else }}
UNHANDLED MODULE: {{ module.__typename }}
{{ /if }}
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/hket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function handler(ctx) {

const $ = cheerio.load(response);

const list = $('div.listing-title > a')
const list = $('.main-listing-container div.listing-title > a')
.toArray()
.map((item) => {
item = $(item);
Expand Down

0 comments on commit 1fd97ff

Please sign in to comment.