Skip to content

v1 发版 #34

Merged
merged 44 commits into from Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b46da7b
chore: remove dev env on azure static web apps.
kazami139 Feb 19, 2023
1e6785d
:lipstick: style(custom): 添加tailwind css
Feb 22, 2023
04b28bd
Merge branch 'main' of vlink.dev:EOEFANS/eoefans-web
Feb 22, 2023
40dce2c
Bump vite from 4.1.1 to 4.1.4
dependabot[bot] Feb 24, 2023
3d08997
Merge pull request #24 from EOEFANS/dependabot/npm_and_yarn/vite-4.1.4
master1lan Feb 24, 2023
1df0974
:technologist: chore(custom): 升级依赖
Feb 24, 2023
4a7c449
:lipstick: style(custom): 视频页内容区修改样式
Feb 24, 2023
f3b31d1
:wheelchair: perf(custom): 添加初版重构页面
Feb 24, 2023
c4f8e4e
:wheelchair: perf(custom): 添加普通搜索以及页面优化
Feb 25, 2023
67a915f
Update readme.md
kazami139 Feb 25, 2023
c9f2f31
:lipstick: style(custom): 修改首页样式以及右侧拉栏样式
Feb 25, 2023
aa23598
Update readme.md
kazami139 Feb 25, 2023
b9a7ffb
docs: add decoration
kazami139 Feb 26, 2023
7c4e758
:wheelchair: perf(custom): 增加pc端搜索动态效果
Feb 26, 2023
1f68668
:lipstick: style(custom): tag栏修改样式
Feb 27, 2023
8554d28
:lipstick: style(custom): 添加pc端高级搜索样式
Feb 27, 2023
bc59157
:wheelchair: perf(custom): 平板端样式更新以及适配
Feb 27, 2023
227ede4
:lipstick: style(custom): 修改tailwind
Feb 27, 2023
bcf0987
:lipstick: style(custom): 修改手机端拉取栏样式
Feb 27, 2023
2a84717
:lipstick: style(custom): 添加手机端普通搜索样式
Feb 27, 2023
aac18c5
:bug: fix(custom): 修复搜索栏无法使用问题,添加点击蛞蝓回到主页
Feb 28, 2023
deeebb4
:building_construction: refactor(custom): 手机端高级搜索完成,至此全部搜索初版完成
Feb 28, 2023
e6d0048
:lipstick: style(custom): 顶部固定
Feb 28, 2023
edd527f
:lipstick: style(custom): 手机端搜索栏样式修改,pc端高级搜索当无输入内容时展示默认内容
Mar 1, 2023
ab4d0c7
chore(release): 0.1.1
Mar 1, 2023
605770f
:pencil2: docs(custom): 修改文档
Mar 1, 2023
05addba
chore(release): 0.1.2
Mar 1, 2023
8e656d5
:zap: feat(custom): 测试1.0版本
Mar 1, 2023
f943608
chore(release): 0.2.0
Mar 1, 2023
a949fe4
:zap: feat(custom): 添加重大事项通知
Mar 1, 2023
0d3dedd
chore(release): 0.3.0
Mar 1, 2023
0b263a9
chore(release): 1.0.0
Mar 1, 2023
e3e88d2
:lipstick: style(custom): 删除消息线
Mar 1, 2023
e844579
:lipstick: style(custom): 修改中部栏,将导航栏收缩至蛞蝓右边,header栏右边将承载更多内容
Mar 1, 2023
6af984c
:lipstick: style(custom): 修改pc端顶部样式
Mar 2, 2023
7ef3f13
:wheelchair: perf(custom): 提取公共组件和hooks
Mar 2, 2023
e6b7f57
chore(deps): bump @mui/lab from 5.0.0-alpha.119 to 5.0.0-alpha.121
dependabot[bot] Mar 3, 2023
90a2c46
Merge pull request #32 from EOEFANS/dependabot/npm_and_yarn/mui/lab-5…
master1lan Mar 3, 2023
4a02535
:bug: fix(custom): 添加seo优化
Mar 3, 2023
aec33cc
:bug: fix(custom): 修复tab栏在搜索页面出现的bug,修改图片页tag栏默认顺序,增加当前页提示
Mar 4, 2023
7572267
:building_construction: refactor(custom): 用户点击多次tag栏之后将只会搜索最后一次结果
Mar 4, 2023
6911c57
:zap: feat(custom): pc端搜索提供搜索建议,但是并不完善,up列表需要更新
Mar 4, 2023
5a66368
:bug: fix(custom): 修复tag栏在手机端出现两次的bug
Mar 4, 2023
73e6949
:bug: fix(custom): 修复选择栏在手机端过窄的问题
Mar 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
118 changes: 0 additions & 118 deletions .github/workflows/dev-azure-staticwebapp.yml

This file was deleted.

73 changes: 73 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,79 @@

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.0.0](/compare/v0.3.0...v1.0.0) (2023-03-01)



# [0.3.0](/compare/v0.2.0...v0.3.0) (2023-03-01)


### ✨ Features

* **custom**: 添加重大事项通知 a949fe4



# [0.2.0](/compare/v0.1.2...v0.2.0) (2023-03-01)


### ✨ Features

* **custom**: 测试1.0版本 8e656d5



## [0.1.2](/compare/v0.1.1...v0.1.2) (2023-03-01)


### 📝 Documentation

* **custom**: 修改文档 605770f



## [0.1.1](/compare/v0.1.0...v0.1.1) (2023-03-01)


### ♻ Code Refactoring

* **custom**: 手机端高级搜索完成,至此全部搜索初版完成 deeebb4, closes #20 #28


### ⚡ Performance Improvements

* **custom**: 平板端样式更新以及适配 bc59157
* **custom**: 添加初版重构页面 f3b31d1
* **custom**: 添加普通搜索以及页面优化 c4f8e4e
* **custom**: 增加pc端搜索动态效果 7c4e758


### 🎫 Chores

* **custom**: 升级依赖 1df0974


### 🐛 Bug Fixes

* **custom**: 修复搜索栏无法使用问题,添加点击蛞蝓回到主页 aac18c5, closes #25 #26
* **custom**: dev环境下路径问题 ba34908, closes #19


### 💄 Styles

* **custom**: 顶部固定 e6d0048
* **custom**: 视频页内容区修改样式 4a7c449
* **custom**: 手机端搜索栏样式修改,pc端高级搜索当无输入内容时展示默认内容 edd527f
* **custom**: 添加手机端普通搜索样式 2a84717
* **custom**: 添加pc端高级搜索样式 8554d28
* **custom**: 添加tailwind css 1e6785d
* **custom**: 修改手机端拉取栏样式 bcf0987
* **custom**: 修改首页样式以及右侧拉栏样式 c9f2f31
* **custom**: 修改tailwind 227ede4
* **custom**: tag栏修改样式 1f68668



# [0.1.0](/compare/v0.0.3...v0.1.0) (2023-02-19)


Expand Down
2 changes: 1 addition & 1 deletion config/vite.dev.config.ts
Expand Up @@ -6,7 +6,7 @@ export const addProjectPath = (originPath: string) => `../${originPath}`;
import { createHtmlPlugin } from "vite-plugin-html";
export default defineConfig({
define: {
__APP_VERSION__: "0.01",
__APP_VERSION__: "0.02",
isdev: true,
isrelease: false,
},
Expand Down
48 changes: 48 additions & 0 deletions config/vite.dev.config.ts.timestamp-1677330152133.mjs
@@ -0,0 +1,48 @@
// config/vite.dev.config.ts
import { defineConfig } from "file:///E:/code/project/bitbucket/eoefans-web/node_modules/.pnpm/vite@4.1.4_ve7l6t5koctut52smtaue47xhi/node_modules/vite/dist/node/index.js";
import path from "path";
import react from "file:///E:/code/project/bitbucket/eoefans-web/node_modules/.pnpm/@vitejs+plugin-react-swc@3.2.0_vite@4.1.4/node_modules/@vitejs/plugin-react-swc/index.mjs";
import { createHtmlPlugin } from "file:///E:/code/project/bitbucket/eoefans-web/node_modules/.pnpm/vite-plugin-html@3.2.0_vite@4.1.4/node_modules/vite-plugin-html/dist/index.mjs";
var __vite_injected_original_dirname = "E:\\code\\project\\bitbucket\\eoefans-web\\config";
var addProjectPath = (originPath) => `../${originPath}`;
var vite_dev_config_default = defineConfig({
define: {
__APP_VERSION__: "0.01",
isdev: true,
isrelease: false
},
resolve: {
alias: {
"@utils": path.resolve(__vite_injected_original_dirname, addProjectPath("src/utils")),
"@components": path.resolve(__vite_injected_original_dirname, addProjectPath("src/components")),
"@store": path.resolve(__vite_injected_original_dirname, addProjectPath("src/store")),
"@routers": path.resolve(__vite_injected_original_dirname, addProjectPath("src/routers")),
"@assets": path.resolve(__vite_injected_original_dirname, addProjectPath("src/assets"))
}
},
plugins: [
react(),
createHtmlPlugin({
entry: "src/main.tsx",
template: "index.html",
inject: {
data: {
injectScript: ``
}
}
})
],
server: {
proxy: {
"/v1": {
target: "https://api.eoe.best/eoefans-api",
changeOrigin: true
}
}
}
});
export {
addProjectPath,
vite_dev_config_default as default
};
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiY29uZmlnL3ZpdGUuZGV2LmNvbmZpZy50cyJdLAogICJzb3VyY2VzQ29udGVudCI6IFsiY29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2Rpcm5hbWUgPSBcIkU6XFxcXGNvZGVcXFxccHJvamVjdFxcXFxiaXRidWNrZXRcXFxcZW9lZmFucy13ZWJcXFxcY29uZmlnXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ZpbGVuYW1lID0gXCJFOlxcXFxjb2RlXFxcXHByb2plY3RcXFxcYml0YnVja2V0XFxcXGVvZWZhbnMtd2ViXFxcXGNvbmZpZ1xcXFx2aXRlLmRldi5jb25maWcudHNcIjtjb25zdCBfX3ZpdGVfaW5qZWN0ZWRfb3JpZ2luYWxfaW1wb3J0X21ldGFfdXJsID0gXCJmaWxlOi8vL0U6L2NvZGUvcHJvamVjdC9iaXRidWNrZXQvZW9lZmFucy13ZWIvY29uZmlnL3ZpdGUuZGV2LmNvbmZpZy50c1wiO2ltcG9ydCB7IGRlZmluZUNvbmZpZyB9IGZyb20gXCJ2aXRlXCI7XHJcbmltcG9ydCBwYXRoIGZyb20gXCJwYXRoXCI7XHJcbmltcG9ydCByZWFjdCBmcm9tIFwiQHZpdGVqcy9wbHVnaW4tcmVhY3Qtc3djXCI7XHJcbi8vcmVkaWN0UGF0aFxyXG5leHBvcnQgY29uc3QgYWRkUHJvamVjdFBhdGggPSAob3JpZ2luUGF0aDogc3RyaW5nKSA9PiBgLi4vJHtvcmlnaW5QYXRofWA7XHJcbmltcG9ydCB7IGNyZWF0ZUh0bWxQbHVnaW4gfSBmcm9tIFwidml0ZS1wbHVnaW4taHRtbFwiO1xyXG5leHBvcnQgZGVmYXVsdCBkZWZpbmVDb25maWcoe1xyXG4gIGRlZmluZToge1xyXG4gICAgX19BUFBfVkVSU0lPTl9fOiBcIjAuMDFcIixcclxuICAgIGlzZGV2OiB0cnVlLFxyXG4gICAgaXNyZWxlYXNlOiBmYWxzZSxcclxuICB9LFxyXG4gIHJlc29sdmU6IHtcclxuICAgIGFsaWFzOiB7XHJcbiAgICAgIFwiQHV0aWxzXCI6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsIGFkZFByb2plY3RQYXRoKFwic3JjL3V0aWxzXCIpKSxcclxuICAgICAgXCJAY29tcG9uZW50c1wiOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCBhZGRQcm9qZWN0UGF0aChcInNyYy9jb21wb25lbnRzXCIpKSxcclxuICAgICAgXCJAc3RvcmVcIjogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgYWRkUHJvamVjdFBhdGgoXCJzcmMvc3RvcmVcIikpLFxyXG4gICAgICBcIkByb3V0ZXJzXCI6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsIGFkZFByb2plY3RQYXRoKFwic3JjL3JvdXRlcnNcIikpLFxyXG4gICAgICBcIkBhc3NldHNcIjogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgYWRkUHJvamVjdFBhdGgoXCJzcmMvYXNzZXRzXCIpKSxcclxuICAgIH0sXHJcbiAgfSxcclxuICBwbHVnaW5zOiBbXHJcbiAgICByZWFjdCgpLFxyXG4gICAgY3JlYXRlSHRtbFBsdWdpbih7XHJcbiAgICAgIGVudHJ5OiBcInNyYy9tYWluLnRzeFwiLFxyXG4gICAgICB0ZW1wbGF0ZTogXCJpbmRleC5odG1sXCIsXHJcbiAgICAgIGluamVjdDoge1xyXG4gICAgICAgIGRhdGE6IHtcclxuICAgICAgICAgIGluamVjdFNjcmlwdDogYGAsXHJcbiAgICAgICAgfSxcclxuICAgICAgfSxcclxuICAgIH0pLFxyXG4gIF0sXHJcbiAgc2VydmVyOiB7XHJcbiAgICBwcm94eToge1xyXG4gICAgICBcIi92MVwiOiB7XHJcbiAgICAgICAgdGFyZ2V0OiBcImh0dHBzOi8vYXBpLmVvZS5iZXN0L2VvZWZhbnMtYXBpXCIsXHJcbiAgICAgICAgY2hhbmdlT3JpZ2luOiB0cnVlLFxyXG4gICAgICB9LFxyXG4gICAgfSxcclxuICB9LFxyXG59KTtcclxuIl0sCiAgIm1hcHBpbmdzIjogIjtBQUEwVSxTQUFTLG9CQUFvQjtBQUN2VyxPQUFPLFVBQVU7QUFDakIsT0FBTyxXQUFXO0FBR2xCLFNBQVMsd0JBQXdCO0FBTGpDLElBQU0sbUNBQW1DO0FBSWxDLElBQU0saUJBQWlCLENBQUMsZUFBdUIsTUFBTTtBQUU1RCxJQUFPLDBCQUFRLGFBQWE7QUFBQSxFQUMxQixRQUFRO0FBQUEsSUFDTixpQkFBaUI7QUFBQSxJQUNqQixPQUFPO0FBQUEsSUFDUCxXQUFXO0FBQUEsRUFDYjtBQUFBLEVBQ0EsU0FBUztBQUFBLElBQ1AsT0FBTztBQUFBLE1BQ0wsVUFBVSxLQUFLLFFBQVEsa0NBQVcsZUFBZSxXQUFXLENBQUM7QUFBQSxNQUM3RCxlQUFlLEtBQUssUUFBUSxrQ0FBVyxlQUFlLGdCQUFnQixDQUFDO0FBQUEsTUFDdkUsVUFBVSxLQUFLLFFBQVEsa0NBQVcsZUFBZSxXQUFXLENBQUM7QUFBQSxNQUM3RCxZQUFZLEtBQUssUUFBUSxrQ0FBVyxlQUFlLGFBQWEsQ0FBQztBQUFBLE1BQ2pFLFdBQVcsS0FBSyxRQUFRLGtDQUFXLGVBQWUsWUFBWSxDQUFDO0FBQUEsSUFDakU7QUFBQSxFQUNGO0FBQUEsRUFDQSxTQUFTO0FBQUEsSUFDUCxNQUFNO0FBQUEsSUFDTixpQkFBaUI7QUFBQSxNQUNmLE9BQU87QUFBQSxNQUNQLFVBQVU7QUFBQSxNQUNWLFFBQVE7QUFBQSxRQUNOLE1BQU07QUFBQSxVQUNKLGNBQWM7QUFBQSxRQUNoQjtBQUFBLE1BQ0Y7QUFBQSxJQUNGLENBQUM7QUFBQSxFQUNIO0FBQUEsRUFDQSxRQUFRO0FBQUEsSUFDTixPQUFPO0FBQUEsTUFDTCxPQUFPO0FBQUEsUUFDTCxRQUFRO0FBQUEsUUFDUixjQUFjO0FBQUEsTUFDaEI7QUFBQSxJQUNGO0FBQUEsRUFDRjtBQUNGLENBQUM7IiwKICAibmFtZXMiOiBbXQp9Cg==
3 changes: 3 additions & 0 deletions config/vite.master.config.ts
Expand Up @@ -83,6 +83,8 @@ export default mergeConfig(
react: ["react", "react-dom"],
"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 All @@ -104,6 +106,7 @@ export default mergeConfig(
"react-intersection-observer",
"dayjs",
],
"react-photo-view": ["react-photo-view"],
},
},
},
Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -3,6 +3,7 @@

<head>
<meta charset="UTF-8" />
<meta name="description" content="eoefans是eoe组合的二创展示平台,你可以在这里找到最新、最潮、最佳的eoe二创作品,并可以根据多种条件搜索想看的二创作品。" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="renderer" content="webkit" />
Expand Down
9 changes: 6 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand All @@ -26,7 +26,7 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "5.0.0-alpha.119",
"@mui/lab": "5.0.0-alpha.121",
"@mui/material": "^5.11.9",
"@reduxjs/toolkit": "^1.9.2",
"@sentry/react": "^7.37.2",
Expand Down Expand Up @@ -59,6 +59,7 @@
"@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",
"commitizen": "^4.3.0",
"commitlint": "^17.4.3",
"commitlint-config-gitmoji": "^2.3.1",
Expand All @@ -67,11 +68,13 @@
"cz-customizable": "^7.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"postcss": "^8.4.21",
"rollup-plugin-visualizer": "^5.9.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.7",
"terser": "^5.16.3",
"typescript": "^4.9.5",
"vite": "4.1.1",
"vite": "4.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-sentry": "^1.1.7"
Expand Down