Skip to content

Commit

Permalink
🐛 fix(custom): 修复出现两个eoe组合的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Mar 5, 2023
1 parent 82f430b commit 5d43cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routers/layout/search/phone/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ const extraNameAndFaceUrls: Pick<
export const phoneMoreNameAndFaceUrls: NameAndFaceUrlsType = [
{ label: "录播组", url: lubozuFaceUrl, value: "哎呀米诺录播组" },
...idolNameAndFaceUrls,
{ label: "EOE组合", url: eoeGroupFaceUrl, value: "EOE组合" },
...extraNameAndFaceUrls.map((item) => ({ ...item, value: item.label })),
];

0 comments on commit 5d43cf5

Please sign in to comment.