Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Mar 1, 2023
1 parent edd527f commit ab4d0c7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

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.

## [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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand Down

0 comments on commit ab4d0c7

Please sign in to comment.