jxxghp
|
ced9288ed7
|
优化浏览器警告
|
2025-07-09 13:16:56 +08:00 |
|
jxxghp
|
153d4c1d01
|
更新工作流分享卡片和对话框
|
2025-07-09 11:44:52 +08:00 |
|
jxxghp
|
c7443d993e
|
更新工作流分享功能
|
2025-07-09 10:46:33 +08:00 |
|
jxxghp
|
35332544e4
|
Add workflow sharing functionality (#371)
* Add workflow sharing feature with share, fork, and browse functionality
Co-authored-by: jxxghp <jxxghp@163.com>
* Refactor workflow page with dynamic tabs and internationalization support
Co-authored-by: jxxghp <jxxghp@163.com>
* Remove workflow share implementation documentation
Co-authored-by: jxxghp <jxxghp@163.com>
* Fix indentation and structure in Chinese locale files
Co-authored-by: jxxghp <jxxghp@163.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
|
2025-07-08 23:31:22 +08:00 |
|
Cursor Agent
|
65b0acdcb4
|
Refactor data refresh mechanism with conditional timer support
Co-authored-by: jxxghp <jxxghp@163.com>
|
2025-07-06 15:29:44 +00:00 |
|
Cursor Agent
|
5e62bac245
|
Implement background optimization composable for data refresh and SSE
Co-authored-by: jxxghp <jxxghp@163.com>
|
2025-07-06 15:01:17 +00:00 |
|
jxxghp
|
85780917c2
|
整合全局设置store,优化PWA模式检测
|
2025-07-04 16:19:50 +08:00 |
|
jxxghp
|
615c162663
|
插件图标使用缓存
|
2025-07-03 17:09:56 +08:00 |
|
jxxghp
|
edc92905f7
|
在MediaInfoCard组件中添加web_source信息的显示
|
2025-07-03 14:02:53 +08:00 |
|
jxxghp
|
bf5bbd3689
|
添加SMB网络共享支持
|
2025-07-03 12:43:42 +08:00 |
|
jxxghp
|
1fa0474fef
|
调整DownloaderCard、MediaServerCard和StorageCard组件中图标的上边距
|
2025-07-02 21:49:42 +08:00 |
|
jxxghp
|
8328e51ae0
|
调整存储添加逻辑
|
2025-07-02 08:58:16 +08:00 |
|
jxxghp
|
7070eb8a7d
|
更改流媒体平台的源芯片背景颜色
|
2025-07-01 17:32:24 +08:00 |
|
jxxghp
|
d0aa26441c
|
单独显示流媒体平台
|
2025-07-01 17:14:03 +08:00 |
|
jxxghp
|
569bc3c8ec
|
站点添加筛选功能
|
2025-07-01 11:38:00 +08:00 |
|
jxxghp
|
60ea884fe2
|
添加全局请求和图片优化器
|
2025-06-30 17:37:30 +08:00 |
|
jxxghp
|
16fe916b07
|
将 AList 更名为 OpenList
|
2025-06-28 08:32:36 +08:00 |
|
jxxghp
|
15a6f215b4
|
更新 TorrentCard.vue
|
2025-06-27 18:09:55 +08:00 |
|
jxxghp
|
38014ba342
|
添加发布时间显示功能,并在排序中支持按发布时间排序
|
2025-06-27 17:43:43 +08:00 |
|
jxxghp
|
ebc2a764c2
|
将vue-toast-notification替换为vue-toastification,并更新相关样式和依赖项
|
2025-06-25 17:42:36 +08:00 |
|
jxxghp
|
667693902f
|
为MessageCard组件添加最小高度属性
|
2025-06-16 12:29:24 +08:00 |
|
jxxghp
|
5f6bade809
|
为MessageCard组件添加图片加载占位符
|
2025-06-16 11:51:34 +08:00 |
|
jxxghp
|
9c386f8533
|
为MessageCard组件添加图片加载事件,更新MessageView以处理图片加载完成后的滚动事件
|
2025-06-15 07:59:35 +08:00 |
|
wumode
|
6dbc3f4bab
|
fix: 无法设置非默认下载器状态
|
2025-06-13 08:50:54 +08:00 |
|
jxxghp
|
b69a338e13
|
fix https://github.com/jxxghp/MoviePilot/pull/4434
|
2025-06-12 18:42:42 +08:00 |
|
jxxghp
|
3c051b8698
|
优化用户信息展示和权限显示逻辑
|
2025-06-11 12:56:10 +08:00 |
|
jxxghp
|
0beec368b8
|
重构用户卡片和用户编辑对话框中的权限显示逻辑
|
2025-06-10 23:52:45 +08:00 |
|
jxxghp
|
3f1d03a127
|
在多个组件中实现权限管理功能
|
2025-06-10 23:44:06 +08:00 |
|
jxxghp
|
eb143c28e3
|
新增用户权限管理功能
|
2025-06-10 23:25:59 +08:00 |
|
jxxghp
|
e853851933
|
修改点击事件和工具栏密度设置
|
2025-06-05 19:31:34 +08:00 |
|
shaw
|
a7e2893a57
|
refactor(components): 将 VSelect 组件替换为 VAutocomplete组件
- 在 DirectoryCard.vue 中将 VSelect 替换为VAutocomplete,用于 library_storage 字段
- 在 FilterRuleGroupCard.vue 中将两个 VSelect 组件替换为 VAutocomplete,用于 media_type 和 category 字段
|
2025-06-02 22:37:36 +08:00 |
|
shaw
|
2efe8efde0
|
refactor(components): 将 VSelect 组件替换为 VAutocomplete组件,以支持搜索待选项
- 在多个组件中将 VSelect 组件替换为 VAutocomplete 组件,以支持搜索待选项
- 此更改可以提供更丰富的用户交互体验和更好的性能
|
2025-06-02 21:48:07 +08:00 |
|
jxxghp
|
427e05871d
|
调整SubscribeCard组件的样式
|
2025-05-30 08:32:16 +08:00 |
|
jxxghp
|
85a766cc7b
|
调整多个组件的样式和结构,优化用户界面体验
|
2025-05-30 08:15:48 +08:00 |
|
jxxghp
|
e9ddbf9962
|
添加代理服务器设置
|
2025-05-28 08:24:42 +08:00 |
|
jxxghp
|
3fce3bf4a7
|
优化多个组件的输入框,添加图标以提升用户体验,确保提示信息的一致性和可读性。
|
2025-05-27 21:38:25 +08:00 |
|
jxxghp
|
1cfee25695
|
优化多个组件的输入框,添加图标以提升用户体验,确保提示信息的一致性和可读性。
|
2025-05-27 21:23:08 +08:00 |
|
jxxghp
|
5711285a77
|
更新多个卡片组件,统一标题文本为“配置”,添加图标以提升用户体验,优化输入框提示信息,确保一致性和可读性。
|
2025-05-27 17:46:51 +08:00 |
|
jxxghp
|
e6f537ca3a
|
优化多个对话框组件的布局,添加图标以提升用户体验,调整部分文本提示,确保一致性和可读性。
|
2025-05-27 17:40:20 +08:00 |
|
jxxghp
|
087474f514
|
fix
|
2025-05-27 13:26:09 +08:00 |
|
jxxghp
|
1725088f05
|
fix 插件混合排序问题
|
2025-05-27 13:12:09 +08:00 |
|
jxxghp
|
ec1b756a3d
|
添加混合排序功能,重构插件列表显示逻辑,移除冗余代码并优化拖拽排序体验。
|
2025-05-27 13:01:08 +08:00 |
|
jxxghp
|
02fb608d7b
|
更新 PluginCard.vue
|
2025-05-26 22:40:48 +08:00 |
|
jxxghp
|
8552203d43
|
PluginCard 组件中的实时日志弹窗代码
|
2025-05-26 13:26:13 +08:00 |
|
jxxghp
|
139eaa7016
|
优化 PluginCard 组件
|
2025-05-26 12:44:08 +08:00 |
|
jxxghp
|
d81120ab8f
|
为 PluginCard 组件添加实时日志弹窗功能
|
2025-05-26 12:37:49 +08:00 |
|
madrays
|
aa05496b42
|
插件分身多语言支持
|
2025-05-26 11:20:10 +08:00 |
|
madrays
|
dc15e537d8
|
增加插件分身功能
|
2025-05-26 10:55:55 +08:00 |
|
jxxghp
|
6fbd41f40a
|
优化 PluginAppCard 和 PluginCard 组件的样式
|
2025-05-25 20:57:42 +08:00 |
|
jxxghp
|
0181f614e1
|
为 SiteCard 和 SubscribeCard 组件添加显示器宽度逻辑,优化图标的鼠标移动样式
|
2025-05-25 19:50:57 +08:00 |
|