jxxghp
c172ac0d5c
Merge pull request #395 from jxxghp/cursor/add-default-all-filter-for-subscription-styles-ad8f
v2.8.1
2025-09-16 13:38:33 +08:00
Cursor Agent
01a66493a8
feat: Add "All" option to genre filter
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 05:37:47 +00:00
jxxghp
188f8b3faa
更新缓存版本至v13
2025-09-16 13:14:17 +08:00
jxxghp
ebcf5fad71
Merge pull request #394 from jxxghp/cursor/update-subscription-sorting-and-scoring-6aa9
2025-09-16 12:26:44 +08:00
Cursor Agent
d1a656db82
Refactor: Move sort filter to top in subscribe views
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 04:25:38 +00:00
Cursor Agent
4f6a11fd7c
Refactor subscribe views to use VChipGroup for sorting
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 04:25:02 +00:00
jxxghp
1d09a946bb
Merge pull request #393 from jxxghp/cursor/add-sorting-to-subscription-filters-b700
2025-09-16 12:02:21 +08:00
Cursor Agent
6c4eb7edbd
Add sorting options to subscribe views and locales
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 03:46:35 +00:00
jxxghp
4f9f669ac6
Merge pull request #392 from jxxghp/cursor/translate-missing-string-and-adjust-slider-max-value-4d93
2025-09-16 11:12:31 +08:00
Cursor Agent
f9e0e78473
Refactor: Remove rating input, display max rating
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 03:10:14 +00:00
Cursor Agent
b004facfca
Refactor: Improve rating filter UI and update locale text
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 02:36:16 +00:00
jxxghp
fb6ee2910f
更新 package.json
2025-09-16 09:00:54 +08:00
jxxghp
3fedc9b730
Merge pull request #391 from jxxghp/cursor/update-popular-subscriptions-api-with-filters-9c20
2025-09-16 08:47:41 +08:00
Cursor Agent
b260427312
feat: Add filtering and genre selection to subscribe share
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 00:46:08 +00:00
Cursor Agent
dd1447e93c
feat: Add minSubscribers translation to zh-TW locale
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 00:20:27 +00:00
Cursor Agent
dbcc213562
feat: Add subscribe filtering and localization
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 00:17:40 +00:00
jxxghp
1c019cd5c8
重构离线页面组件
v2.8.0
2025-09-13 14:00:03 +08:00
jxxghp
e37bde77a1
fix https://github.com/jxxghp/MoviePilot/issues/4922
2025-09-13 10:18:41 +08:00
jxxghp
57bf0d2021
优化快捷访问组件的滚动管理
2025-09-12 20:57:29 +08:00
jxxghp
88b00f7069
更新viewport设置
2025-09-12 08:25:21 +08:00
jxxghp
7b08cbb2f7
优化进度对话框
2025-09-11 20:33:14 +08:00
jxxghp
97c0ec184d
Fix: Center cache statistics on mobile ( #389 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-11 18:15:38 +08:00
jxxghp
d18c845088
Refactor cache view for better mobile responsiveness ( #388 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-11 18:05:23 +08:00
jxxghp
a64d97774d
优化关于对话框和快捷栏的布局
2025-09-11 17:36:02 +08:00
jxxghp
2ddc51aa4f
调整词表、缓存、关于功能的位置
2025-09-11 15:29:24 +08:00
jxxghp
28afe2a922
统一图标导入方式
2025-09-11 15:03:12 +08:00
jxxghp
c2e97bf191
调整 Vite 配置,增加最大缓存文件大小至 10MB,以支持更大的文件。
2025-09-11 14:40:34 +08:00
jxxghp
c922752a1f
Merge pull request #387 from jxxghp/setup-wizard
...
Setup wizard
2025-09-11 14:32:30 +08:00
jxxghp
08f36a74ca
增强配置向导功能
2025-09-11 14:30:52 +08:00
jxxghp
d7809dd00c
调整配置向导的布局,增加右侧按钮组
2025-09-11 12:36:12 +08:00
jxxghp
27582004da
增强配置向导功能
2025-09-11 08:31:13 +08:00
jxxghp
3d6a176cde
提升配置向导的样式,增加z-index和阴影效果
2025-09-10 17:10:01 +08:00
jxxghp
4a2073a038
优化配置向导
2025-09-10 16:56:06 +08:00
jxxghp
c8a65ecbe4
修复配置向导中的用户信息保存逻辑
2025-09-10 15:23:48 +08:00
jxxghp
3750d5cba0
增强配置向导功能
2025-09-10 14:46:02 +08:00
jxxghp
55b383780e
Split setup vue into view components ( #386 )
...
* Refactor: Extract setup wizard into composable and components
This commit refactors the setup wizard by extracting its logic into a composable function `useSetupWizard` and breaking down the UI into individual components for better organization and reusability.
Co-authored-by: jxxghp <jxxghp@qq.com >
* Refactor: Move setup wizard components to separate files
This commit refactors the setup wizard by extracting individual steps into their own Vue components. This improves code organization and maintainability.
Co-authored-by: jxxghp <jxxghp@qq.com >
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-10 11:48:09 +08:00
jxxghp
6aec0ddf88
更新配置向导
2025-09-10 08:51:05 +08:00
jxxghp
7c8e94d1df
更新用户配置
2025-09-10 08:30:19 +08:00
jxxghp
5ecbf626c8
更新用户配置向导
2025-09-09 20:31:00 +08:00
jxxghp
584f580e3b
实现配置向导功能
2025-09-09 13:50:37 +08:00
jxxghp
280de47dac
新增配置向导
2025-09-09 12:43:53 +08:00
jxxghp
c7c05f5897
Merge pull request #385 from cddjr/fix_calendar
2025-09-08 21:39:39 +08:00
景大侠
bb86180582
修复日历可能会空白的问题
2025-09-08 21:33:37 +08:00
jxxghp
aff228edd3
更新 Footer 组件以支持动态显示导航
2025-09-08 19:19:31 +08:00
jxxghp
f65ae6d703
更新 DefaultLayout.vue
2025-09-08 18:38:52 +08:00
jxxghp
0fccc06883
修改 ProgressDialog 组件
2025-09-08 17:38:44 +08:00
jxxghp
8652966645
调整 index.html 和默认布局样式,修改溢出属性以改善页面滚动体验
2025-09-08 16:49:58 +08:00
jxxghp
6d84eb9f09
更新 package.json 版本号至 2.8.0
2025-09-08 16:13:10 +08:00
jxxghp
1a3dccac29
更新 index.html
2025-09-08 16:12:28 +08:00
jxxghp
fa8de34fc5
更新页面样式
v2.7.9
2025-09-08 08:49:00 +08:00