From 5d43cf56800afa261cb07c6291d7deb1fdf472dc Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Sun, 5 Mar 2023 15:38:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:bug:=20fix(custom):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E4=B8=A4=E4=B8=AAeoe=E7=BB=84=E5=90=88?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/layout/search/phone/url.ts | 1 - 1 file changed, 1 deletion(-) 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 })), ]; From 38bc08a8f86d19516e997d5aef442c72f9315315 Mon Sep 17 00:00:00 2001 From: master1lan Date: Sun, 5 Mar 2023 07:43:22 +0000 Subject: [PATCH 2/2] chore(release): 1.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",