Skip to content

修复出现两个eoe组合的bug #45

Merged
merged 2 commits into from
Mar 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 })),
];