Skip to content

EU都在溜什么:pre-release #62

Merged
merged 7 commits into from
Mar 31, 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
6 changes: 3 additions & 3 deletions .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
workflow_dispatch:
inputs:
release_version:
required: false
required: true
type: string

run-name: "Release CI: version ${{ inputs.release_version }}"
env:
RELEASE_VERSION: ${{ inputs.release_version }}

Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
if: ${{ env.RELEASE_VERSION != '' }}
run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }}
- name: publish the update
run: git push --follow-tags
run: git push --follow-tags
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.3.2 (2023-03-31)


### 🐛 Bug Fixes

* **custom**: 修复eu都在溜什么页面渲染时间过长的bug,同时统一所有图片的加载过渡效果 ([f201cd1](https://vlink.dev/EOEFANS/eoefans-web/commits/f201cd1))



## 1.3.1 (2023-03-17)



# 1.3.0 (2023-03-17)


Expand Down
4 changes: 4 additions & 0 deletions config/vite.dev.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ export default defineConfig({
target: "https://api.vtb.link/eoefans-api",
changeOrigin: true,
},
"/eoefans-video-rank/v1": {
target: "https://api.eoefans.com",
changeOrigin: true,
},
},
},
});
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "1.3.0",
"version": "1.3.2",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand All @@ -19,49 +19,50 @@
}
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "5.0.0-alpha.123",
"@mui/material": "^5.11.9",
"@reduxjs/toolkit": "^1.9.2",
"@sentry/react": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"axios": "^1.3.3",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"intersection-observer": "^0.12.2",
"json-bigint": "^1.0.0",
"loading-attribute-polyfill": "^2.1.0",
"loading-attribute-polyfill": "^2.1.1",
"masonic": "^3.7.0",
"material-ui-popup-state": "^5.0.4",
"nanoid": "^4.0.1",
"material-ui-popup-state": "^5.0.8",
"nanoid": "^4.0.2",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flip-toolkit": "^7.0.17",
"react-intersection-observer": "^9.4.2",
"react-intersection-observer": "^9.4.3",
"react-photo-view": "^1.2.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-use": "^17.4.0"
"react-router-dom": "^6.9.0",
"react-use": "^17.4.0",
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.3",
"@types/imagesloaded": "^4.1.2",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/react-lazy-load-image-component": "^1.5.2",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-react-swc": "^3.1.0",
"autoprefixer": "^10.4.13",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react-swc": "^3.2.0",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"commitlint": "^17.4.3",
"commitlint": "^17.5.1",
"commitlint-config-gitmoji": "^2.3.1",
"conventional-changelog-gitmoji-config": "^1.4.7",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -71,10 +72,10 @@
"postcss": "^8.4.21",
"rollup-plugin-visualizer": "^5.9.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.7",
"terser": "^5.16.3",
"tailwindcss": "^3.3.0",
"terser": "^5.16.8",
"typescript": "^5.0.2",
"vite": "4.2.0",
"vite": "4.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-sentry": "^1.1.7"
Expand Down
Loading