jxxghp
643ddcef07
feat: enhance theme customizer with shadow options and update styles
...
- Added shadow customization options to the theme customizer, allowing users to select from 'none', 'low', 'medium', and 'high'.
- Updated the theme customizer settings interface and default values to include shadow settings.
- Enhanced the CSS variables for shadows in common.scss to support different shadow levels based on user selection.
- Modified the VirtualSlideView component styles to improve layout and scrolling behavior.
- Updated localization files for English, Simplified Chinese, and Traditional Chinese to include new shadow-related terms.
- Adjusted various components to ensure consistent application of shadow styles across the application.
2026-06-04 21:20:08 +08:00
jxxghp
addc0838c0
feat: 添加工作流执行配置和并行数设置,优化工作流管理功能
2026-06-04 15:57:08 +08:00
jxxghp
8b43e0a754
更新 package.json
2026-06-04 08:45:25 +08:00
jxxghp
f81a9f0929
fix: 移除无用的认证提供方加载状态,简化登录逻辑
2026-06-04 08:37:19 +08:00
jxxghp
3cf5cc24cd
feat: 添加插件认证支持,优化登录流程
2026-06-04 08:24:10 +08:00
jxxghp
841e9479af
refactor: unify header tab menu definitions
v2.13.4
2026-06-03 07:21:34 +08:00
jxxghp
8c3380e8f5
fix: 更新主题定制器翻译,优化用户界面文本
2026-06-02 23:03:19 +08:00
jxxghp
0ac42f0a76
fix: 添加订阅排序方式的本地存储功能,优化用户体验
2026-06-02 22:48:42 +08:00
jxxghp
caef6eca67
fix: 同步主题定制器状态到根节点,优化全局悬浮按钮位置
2026-06-02 22:44:53 +08:00
jxxghp
0867236b68
fix: 更新主题定制器图标样式,提升可读性
2026-06-02 21:26:30 +08:00
jxxghp
09dfdbaf67
fix: 简化主题定制器按钮样式,提升界面整洁度
2026-06-02 21:11:13 +08:00
jxxghp
57224e15fb
fix: 调整主题定制器和对话框样式,优化用户体验
2026-06-02 21:06:24 +08:00
jxxghp
200500a060
fix: use dialog theme customizer in app mode
2026-06-02 19:14:56 +08:00
jxxghp
a4731aade1
feat: enable app mode theme customizer
2026-06-02 19:00:48 +08:00
jxxghp
7d21eabf1a
fix: prevent theme customizer startup crash
2026-06-02 18:35:05 +08:00
jxxghp
b639737bd6
feat: refine theme customizer and horizontal navigation
2026-06-02 17:56:41 +08:00
jxxghp
d02ece234c
fix: 修改主题定制器标题,提升语言一致性
2026-06-02 17:07:16 +08:00
jxxghp
889a5c9e51
fix: 优化主题定制器按钮样式和布局,提升用户体验
2026-06-02 17:02:23 +08:00
jxxghp
880a34f508
fix: 调整主题定制器面板的透明度设置显示逻辑
2026-06-02 16:18:00 +08:00
jxxghp
50b0148ed6
feat: add theme customizer component and functionality
...
- Introduced a new ThemeCustomizer component for real-time theme customization.
- Updated UserProfile.vue to integrate the ThemeCustomizer and manage theme settings.
- Enhanced theme management with new settings for layout, primary color, and skin.
- Added support for semi-dark menu and responsive design adjustments.
- Implemented local storage persistence for theme settings.
- Updated localization files to include new theme customizer strings in English, Simplified Chinese, and Traditional Chinese.
- Modified styles to support new bordered skin and theme customizer layout.
- Refactored existing components (HeaderTab, SearchBar) to accommodate new theme features.
2026-06-02 16:16:20 +08:00
jxxghp
285ddab45a
fix: 调整插件项目主页链接逻辑,优化下拉菜单项顺序
2026-06-02 13:10:14 +08:00
jxxghp
aa12f4b6b6
fix: 优化插件项目主页链接解析逻辑
2026-06-02 12:54:54 +08:00
jxxghp
9bbb060073
fix: 修复插件项目主页跳转被拦截
2026-06-02 08:18:12 +08:00
jxxghp
3b0623628c
fix: 优化插件卡片项目主页与版本历史入口
2026-06-02 07:53:10 +08:00
jxxghp
b45c147452
fix: 调整插件更新说明菜单行为
2026-06-02 07:31:17 +08:00
jxxghp
25bc7c4b3c
feat: 添加插件更新历史功能及相关国际化支持
2026-06-02 07:16:05 +08:00
jxxghp
d6b7b6d813
fix: close plugin filter menus after selection
2026-06-01 21:32:24 +08:00
jxxghp
a3ac46c891
更新 package.json
2026-06-01 12:00:14 +08:00
Album
b6e824246b
优化文件管理多选操作体验 ( #483 )
2026-05-31 21:31:59 +08:00
Album
5191f6780d
恢复识别词应用详情标题文案 ( #482 )
2026-05-31 18:13:53 +08:00
Album
261aaf17ad
优化识别词应用详情显示 ( #481 )
2026-05-31 17:51:05 +08:00
jxxghp
258e64bca7
fix: 更新站点 Cookie 处理逻辑,添加请求失败提示,优化服务工作者缓存策略
v2.13.3
2026-05-31 09:16:52 +08:00
jxxghp
e905df014e
fix: add precomposed apple touch icon
2026-05-31 08:39:21 +08:00
jxxghp
b93f8f2bff
fix: 消息中心首次打开时SSE与数据库消息重复显示
...
SSE消息只有date字段、note为null,数据库消息只有reg_time、note为{},
原getMessageKey将reg_time和date作为两个独立字段拼接签名导致同一条消息签名不同。
归一化时间字段(reg_time||date)和note字段后去重恢复正常。
2026-05-30 19:18:55 +08:00
jxxghp
9aa0a5e1b7
更新 package.json
2026-05-30 08:58:34 +08:00
jxxghp
ee9f41d015
更新 package.json
2026-05-30 08:58:22 +08:00
jxxghp
ad6a664cbe
fix: proxy bangumi images
2026-05-30 08:54:40 +08:00
Album
3387067636
fix: handle episode group values in preview transfer ( #480 )
2026-05-30 08:28:00 +08:00
jxxghp
07dc3c3e9a
fix: build Emby app deep links with server ids
2026-05-28 15:06:30 +08:00
jxxghp
262b4bebd4
更新 package.json
2026-05-28 14:37:07 +08:00
jxxghp
6e50cf31de
fix: correct media server card links
2026-05-28 14:33:50 +08:00
jxxghp
14aa75dfae
fix: format version install statistics
v2.13.2
2026-05-27 17:48:58 +08:00
jxxghp
348aa4757b
fix: normalize search site selection
2026-05-27 15:21:44 +08:00
jxxghp
6e6819acc1
fix: auto match manual transfer target path
2026-05-27 13:26:01 +08:00
jxxghp
51a58aaae0
fix: show manual transfer recognition details
2026-05-27 11:03:55 +08:00
jxxghp
fbde99389e
更新 package.json
2026-05-27 07:11:01 +08:00
jxxghp
5a4e345529
feat: add LLM proxy toggle
2026-05-27 06:57:09 +08:00
jxxghp
b446afb6d8
fix: improve plugin market editor layout
v2.13.1-1
2026-05-26 17:39:14 +08:00
jxxghp
8580af36d1
fix: compact plugin market settings dialog
2026-05-26 17:16:19 +08:00
jxxghp
95ca092117
feat: optimize plugin market repository settings
2026-05-26 16:30:31 +08:00