Commit Graph

8592 Commits

Author SHA1 Message Date
lainio24
cf3d9fd956
feat(wasm-output): options for outputType, attachCover 2025-10-04 11:09:16 +08:00
WakelessSloth56
794d38a4bc
feat(wasm-output): embed cover 2025-09-30 22:17:20 +08:00
Grant Howard
6cc2048405
Merge pull request #5352 from Weedy233/preview-features
【新增组件】视频缩放
2025-10-01 21:17:10 +08:00
Grant Howard
83de00483c
Merge pull request #5360 from wsgh0202/fix-custom-autoplay
【组件-定制自动连播行为】修复部分页面不工作
2025-09-13 18:38:24 +08:00
wsgh0202
67d6a2a785
fix: 修复正片为数字列表模式时自动模式失效 2025-09-13 02:31:03 +08:00
wsgh0202
4b1014efe3
feat: 拆分视频合集与分P视频的识别 2025-09-13 01:44:53 +08:00
wsgh0202
fff7c365f6
refactor: 拆分handler类为独立文件 2025-09-12 21:58:33 +08:00
weedy233
764ab98a16
fix: 修复视频缩放组件
- 将描述文档重命名为index.md
- 添加组件卸载时的清理逻辑
- 实现组件重载时恢复缩放比例的功能
- 使用动态导入方式加载样式文件
2025-09-11 15:39:02 +08:00
the1812
c810fbbefd Merge branch 'preview-fixes' into preview-features 2025-09-11 09:25:53 +08:00
the1812
3576c95ad6 Update changelog 2025-09-11 09:25:43 +08:00
the1812
f43ed895cb Update docs 2025-09-11 09:24:11 +08:00
the1812
cf1f4485ff Merge branch 'preview-fixes' into preview-features 2025-09-11 09:21:46 +08:00
the1812
6451118b09 Update docs 2025-09-11 09:21:08 +08:00
the1812
d42f0221ee Update donate history 2025-09-11 09:19:06 +08:00
the1812
5c11125431 Update version number 2025-09-11 09:11:08 +08:00
the1812
22c77e2d8b Update changelog 2025-09-11 09:10:51 +08:00
ImAyx
053c478cc2 Update dark mode excludes (fix #5353) 2025-09-09 21:53:33 +08:00
Grant Howard
efbfeca6eb
Merge pull request #5355 from WakelessSloth56/preview-features
[组件 - 保存视频元数据] 支持标签和番剧信息, 支持番剧OPED转换为章节
2025-09-09 21:50:37 +08:00
the1812
bbdb70d5d6 Support suggest item auto-fill (fix #822) 2025-09-09 21:39:10 +08:00
WakelessSloth56
74021e65cb
feat(saveVideoMetadata): switch for bangumi skips conversion 2025-09-09 10:01:50 +08:00
WakelessSloth56
6efd29e378
feat(saveVideoMetadata): convert bangumi skips to chapters 2025-09-09 09:53:18 +08:00
lainio24
7263fa517e
feat(saveVideoMetadata): ffmetadata with bangumi info 2025-09-09 09:23:43 +08:00
the1812
726b2ef873 Refactor to Vue 3 syntax 2025-09-08 23:07:34 +08:00
the1812
57a88650d6 Revert "Add integration dark mode toggle (#5272)"
This reverts commit e7788aaef4.
2025-09-08 22:56:39 +08:00
lainio24
8ef0bf33c9
feat(video-info): more properties in BangumiInfo 2025-09-08 17:23:18 +08:00
WakelessSloth56
9747b00938
feat(video-info): refactor BangumiInfo
Co-authored-by: lainio24 <lainio24@outlook.com>
2025-09-08 16:56:17 +08:00
WakelessSloth56
a8bcc3d0fd
feat(video-info): add redirectUrl property 2025-09-08 16:48:07 +08:00
WakelessSloth56
0ddf37cd72
feat(saveVideoMetadata): tag info 2025-09-08 16:31:36 +08:00
WakelessSloth56
a5911fa864
feat(saveVideoMetadata): support bangumi urls 2025-09-08 11:56:50 +08:00
the1812
c91ab6921f Refactor to Vue 3 syntax 2025-09-07 15:47:47 +08:00
the1812
0acd10598a Add mall link redirect (#5310) 2025-09-07 15:33:52 +08:00
the1812
e7788aaef4 Add integration dark mode toggle (#5272) 2025-09-07 15:12:10 +08:00
the1812
d5f9c67413 Add preferred url type config (fix #3234) 2025-09-07 14:50:58 +08:00
weedy233
bf43fa1407
refactor: 移除调试日志和未使用的样式
移除控制栏按钮状态切换的调试日志输出
删除未使用的右键菜单和全屏模式相关样式
2025-09-05 12:16:53 +08:00
weedy233
2617458df3
feat: 添加详细描述文档并优化缩放提示逻辑
添加视频缩放功能的详细描述文档,包含选项说明和使用方法
优化缩放提示逻辑,增加视频切换时间的检查,避免频繁提示
2025-09-05 11:32:58 +08:00
weedy233
4455da6e20
feat: 添加控制栏按钮开关功能并优化缩放逻辑
- 添加控制栏按钮的显示开关配置选项,实现根据设置动态添加/移除按钮
- 优化缩放逻辑,添加SCALE_MAPPING常量并实现循环切换预设缩放比例
- 移除不常用的50%和200%缩放选项,简化预设列表
- 缩短默认Toast显示时间从3秒至1.5秒
2025-09-04 21:08:49 +08:00
weedy233
8f34721551
feat: 添加初始加载时不显示toast的时间阈值 2025-09-04 15:06:13 +08:00
the1812
7d0d91140b Improve CollapsibleContainer styles 2025-09-03 09:14:07 +08:00
weedy233
894eb2823e
refactor: 重构视频缩放组件并添加新功能
- 重构代码结构,将功能拆分为多个模块
- 实现自定义缩放范围的配置
- 改进提示显示功能,增加持续时间设置
- 添加错误处理机制和清理函数
2025-09-02 23:26:58 +08:00
weedy233
c7b3e79b53
feat: 重构视频缩放功能,添加缩放预设选项和自定义缩放比例 2025-09-02 12:43:22 +08:00
weedy233
dc9edeaee7
feat: 添加视频缩放功能及样式支持 2025-09-02 10:06:47 +08:00
the1812
a10555f76f Merge branch 'preview-fixes' into preview-features 2025-09-02 09:25:49 +08:00
the1812
5e80b054d2 Fix reply content not replaced (fix #4843) 2025-09-02 09:00:21 +08:00
Grant Howard
15c31b9708
Merge pull request #5332 from wsgh0202/feat-option-ui
【组件优化】组件选项UI优化
2025-09-01 21:36:45 +08:00
wsgh0202
d4ef2e6bc9
refactor: 移动方法位置 2025-08-29 19:13:02 +08:00
the1812
95ee56b53a Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes 2025-08-29 08:26:33 +08:00
the1812
300d535b0a Fix live url (fix #5306) 2025-08-29 08:25:10 +08:00
the1812
6aded9e0e8 Fix season type (fix #5292) 2025-08-29 08:21:43 +08:00
wsgh0202
f381226346
refactor: 移动导出类型到ts文件以通过类型检查 2025-08-24 00:46:00 +08:00
Grant Howard
ba2cd3bc03
Merge pull request #5339 from WakelessSloth56/preview-features
[组件 - 网址参数清理] 直接清理视频页面中的链接
2025-08-22 08:00:40 +08:00