diff --git a/CHANGELOG.md b/CHANGELOG.md index f66d6c5..d00b506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8d0f7d5..0d30451 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/routers/layout/search/phone/url.ts b/src/routers/layout/search/phone/url.ts index 0b8df3a..62643f1 100644 --- a/src/routers/layout/search/phone/url.ts +++ b/src/routers/layout/search/phone/url.ts @@ -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 })), ];