Skip to content

Commit

Permalink
✨ update follow
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Oct 21, 2024
1 parent 8547754 commit 43c7ec3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ export function GET() {
title: "潮流周刊",
description: "记录工程师 Tw93 的不枯燥生活",
site: "https://weekly.tw93.fun/",
customData: `<image><url>https://gw.alipayobjects.com/zos/k/qv/coffee-2-icon.png</url></image>`,
follow_challenge: {
feed_id: "41147805276726275",
user_id: "42909600318350336",
},
customData: `<image><url>https://gw.alipayobjects.com/zos/k/qv/coffee-2-icon.png</url></image><follow_challenge><feedId>41147805276726275</feedId><userId>42909600318350336</userId></follow_challenge>`,
items: posts.map((item) => {
const [issueNumber, issueTitle] = item.url.split("/posts/")[1].split("-");
const title = `第${issueNumber}期 - ${issueTitle}`;
Expand Down

0 comments on commit 43c7ec3

Please sign in to comment.