Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge dev to main, v4.1.2 #190

Merged
merged 17 commits into from
Jan 24, 2025
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 4.1.2

- 新增:播放页 使用短域名分享
- 新增:活动播放页 支持播放器相关净化功能
- 新增:视频过滤 BV号过滤适配新版空间页
- 优化:iframe页面适配
- 更新:隐藏视频卡片稍后再看按钮 移入全站通用项
- 更新:评论过滤 适配新版空间页,移除旧版适配
- 更新:部分功能细节

## 4.1.1

- 新增:直播页 默认网页全屏播放
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@vueuse/core": "^12.3.0",
"pinia": "^2.3.0",
"@vueuse/core": "^12.5.0",
"pinia": "^2.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"lint-staged": "^15.4.1",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.12.0",
"prettier-plugin-tailwindcss": "^0.6.10",
"stylelint": "^16.13.2",
"stylelint-config-standard-scss": "^14.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6",
"vite-plugin-monkey": "^5.0.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vite-plugin-monkey": "^5.0.5",
"vue-tsc": "^2.2.0"
},
"lint-staged": {
Expand Down
Loading
Loading