Skip to content

Commit

Permalink
Merge pull request #68 from EOEFANS/main
Browse files Browse the repository at this point in the history
修复图片页样式问题
  • Loading branch information
master1lan authored and GitHub Enterprise committed Apr 9, 2023
2 parents 0011b63 + d20bcf7 commit ea92c1f
Show file tree
Hide file tree
Showing 4 changed files with 11 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.4.4 (2023-04-09)


### 🎫 Chores

* **custom**: 打包规则更新 ([01a5117](https://vlink.dev/EOEFANS/eoefans-web/commits/01a5117))



## 1.4.3 (2023-04-09)


Expand Down
1 change: 0 additions & 1 deletion config/vite.master.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.4.3",
"version": "1.4.4",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand Down
1 change: 1 addition & 0 deletions src/routers/video/item/item.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}

.video-data {
pointer-events: none;
transition: opacity .3s linear;
position: absolute;
left: 0;
Expand Down

0 comments on commit ea92c1f

Please sign in to comment.