Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Jan 6, 2025
1 parent 46b911b commit 7aa345d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/index/src/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ const indexConfig = [
remote: recommends
},
{
title: `❤️‍🔥MISS U`,
remote: `/posts?status=&sort=&tag=恋爱&page=1&pageSize=24`,
title: `🔥`,
remote: `/posts?status=&sort=&tag=推荐&page=1&pageSize=24`,
query: `tag=恋爱&title=❤️‍🔥`
},
// {
// title: `❤️‍🔥 Love`,
// remote: `/posts?status=&sort=&tag=恋爱&page=1&pageSize=24`,
// query: `tag=恋爱&title=❤️‍🔥`
// },
{
title: '✨Latest Releases',
remote: `/posts?status=&sort=&tag=&uid=&page=1&pageSize=24`,
Expand Down

0 comments on commit 7aa345d

Please sign in to comment.