Skip to content

Commit

Permalink
Merge pull request #45 from EOEFANS/main
Browse files Browse the repository at this point in the history
修复出现两个eoe组合的bug
  • Loading branch information
master1lan authored and GitHub Enterprise committed Mar 5, 2023
2 parents a90ca42 + 38bc08a commit 5f734b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.2.1 (2023-03-05)


### 🐛 Bug Fixes

* **custom**: 修复出现两个eoe组合的bug ([5d43cf5](https://vlink.dev/EOEFANS/eoefans-web/commits/5d43cf5))



# 1.2.0 (2023-03-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand Down
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 5f734b3

Please sign in to comment.