Skip to content

Commit

Permalink
Merge pull request #59 from festoney8/dev
Browse files Browse the repository at this point in the history
merge dev to main, v3.4.0
  • Loading branch information
festoney8 committed Apr 4, 2024
2 parents 4adc1c0 + c12a3a8 commit 8989d4d
Show file tree
Hide file tree
Showing 11 changed files with 512 additions and 182 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.4.0

- 新增:视频过滤支持空间页(UP主主页、投稿列表、视频合集列表)
- 修复:标题关键词白名单失效bug

## 3.3.4

- 新增:隐藏 评论区用户卡片
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

> [!IMPORTANT]
>
> - **重要:下列页面均有独立菜单,不同页面菜单各不相同**,按下图打开菜单进行设置,实时生效
> - **页面净化:「首页、播放页、影视番剧播放页、直播间、搜索页、动态页、热门页、频道页」**
> - **视频过滤:「首页、播放页、搜索页、热门页、频道页」**
> - **视频过滤:「首页、播放页、搜索页、热门页、频道页、空间页**
> - **评论过滤:「播放页、影视番剧播放页」**
> - **每个页面都有独立菜单**,按下图打开菜单进行设置,实时生效
![](images/usage.png)

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"prettier": "^3.1.1",
"typescript": "^5.1.6",
"vite": "^4.5.2",
"vite-plugin-monkey": "^3.4.0"
"prettier": "^3.2.5",
"typescript": "^5.4.4",
"vite": "^4.5.3",
"vite-plugin-monkey": "^3.5.2"
}
}
Loading

0 comments on commit 8989d4d

Please sign in to comment.