InfinityPacer
05bbecba53
fix(subscribe): refine season mode defaults ( #503 )
2026-06-27 06:55:45 +08:00
jxxghp
9161e5e300
fix: replace VBottomSheet with VDialog for improved layout and accessibility
2026-06-25 20:11:52 +08:00
jxxghp
25fdb09c61
fix: correct ios safe area in subscribe sheet
2026-06-25 17:39:35 +08:00
jxxghp
25119b224d
fix: refactor SubscribeSeasonDialog for improved readability and style consistency
2026-06-25 17:22:29 +08:00
jxxghp
d17ca69a28
fix: expand subscribe season sheet on mobile
2026-06-25 15:12:50 +08:00
jxxghp
090c5476c6
feat: unify media subscription flow
2026-06-25 13:52:13 +08:00
jxxghp
ea0b5b62d9
Remove obsolete frontend code
2026-06-23 20:16:39 +08:00
shaw
51d07db99b
refactor(dialog): 将日志输出级别从 log 改为 warn
...
- 在 SubscribeEditDialog.vue 和 SubscribeSeasonDialog.vue 组件中- 当 tmdbid 未设置或为空时,使用 console.warn替代 console.log
- 此修改提高了日志的可见性和严重性级别,以便更好地提醒开发者注意潜在问题
2025-07-12 00:01:55 +08:00
shaw
33d121fd64
fix(dialog): 修复剧集分组查询时 TMDBID 未设置或为空的问题
...
- 在 SubscribeEditDialog 和 SubscribeSeasonDialog 组件中添加了对 TMDBID 的空值检查
- 如果 TMDBID 未设置或为空,将不会执行剧集分组查询,避免出现错误
2025-07-11 23:57:01 +08:00
jxxghp
85780917c2
整合全局设置store,优化PWA模式检测
2025-07-04 16:19:50 +08:00
jxxghp
83cb69b794
更新国际化支持:为订阅季节对话框及相关组件添加多语言文本,提升用户体验
2025-04-28 22:17:43 +08:00
jxxghp
c2bca6fc3f
优化 SubscribeSeasonDialog 和 TransferHistoryView 组件的样式:移除 VCard 的圆角样式,调整 VBottomSheet 和 VMenu 的样式设置,提升视觉一致性。
2025-04-22 13:07:49 +08:00
jxxghp
c43fd88c7c
优化多个组件的样式:移除冗余的阴影效果,调整类名以提升视觉效果,更新样式以确保一致性。
2025-04-22 09:47:00 +08:00
jxxghp
e97d815dc3
Refactor page titles and dialog close buttons across multiple views
...
- Replaced instances of `DialogCloseBtn` with `VDialogCloseBtn` in TransferHistoryView, AccountSettingAbout, AccountSettingSystem, and UserProfileView for consistency.
- Introduced a new component `PageContentTitle` to standardize page titles in SiteCardListView, SubscribeListView, UserListView, and WorkflowListView, improving layout and readability.
- Added keyword filtering functionality in SubscribeListView and SubscribeShareView to enhance user experience during searches.
- Added a new site logo image to the assets.
2025-04-15 13:23:56 +08:00
jxxghp
bde70a2e26
fix:季集判断
2025-04-04 18:11:28 +08:00
jxxghp
2e05c8079b
优化剧集组管理,添加剧集组选项和查询功能,调整订阅逻辑
2025-04-04 12:17:29 +08:00
jxxghp
357191afcf
修复 SubscribeSeasonDialog 关闭事件处理,优化季信息显示逻辑
2025-04-04 10:51:55 +08:00
jxxghp
8352ba335b
添加 SubscribeSeasonDialog 组件,实现媒体季订阅功能,包含季信息获取和缺失状态检查
2025-04-04 10:47:32 +08:00