From 01a5117002a17b5214b33862c8a9063ab1020b56 Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Sun, 9 Apr 2023 17:18:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:technologist:=20chore(custom):=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=A7=84=E5=88=99=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vite.master.config.ts | 1 - src/routers/video/item/item.module.less | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vite.master.config.ts b/config/vite.master.config.ts index dcac897..8745a53 100644 --- a/config/vite.master.config.ts +++ b/config/vite.master.config.ts @@ -84,7 +84,6 @@ export default mergeConfig( "react-router": ["react-router-dom"], "react-redux": ["@reduxjs/toolkit", "react-redux"], masonic: ["masonic"], - sentry: ["@sentry/react", "@sentry/tracing"], axios: ["axios"], lib: [ "@mui/icons-material", diff --git a/src/routers/video/item/item.module.less b/src/routers/video/item/item.module.less index dd21c57..d2c216e 100644 --- a/src/routers/video/item/item.module.less +++ b/src/routers/video/item/item.module.less @@ -8,6 +8,7 @@ } .video-data { + pointer-events: none; transition: opacity .3s linear; position: absolute; left: 0; From d20bcf7e5b27da9c714ccdad7b444709dc37e0aa Mon Sep 17 00:00:00 2001 From: master1lan Date: Sun, 9 Apr 2023 18:59:26 +0800 Subject: [PATCH 2/2] chore(release): 1.4.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a432a..9d57aad 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.4.4 (2023-04-09) + + +### 🎫 Chores + +* **custom**: 打包规则更新 ([01a5117](https://vlink.dev/EOEFANS/eoefans-web/commits/01a5117)) + + + ## 1.4.3 (2023-04-09) diff --git a/package.json b/package.json index 7a0e7bf..4b0cfd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "1.4.3", + "version": "1.4.4", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",