100 Commits
Author SHA1 Message Date
jxxghp f2bc832aca rollback service.js 2025-07-08 22:17:41 +08:00
jxxghp a6847f7f53 Merge pull request #369 from jxxghp/cursor/fix-pwa-install-prompt-text-display-14c8
Fix PWA install prompt text display
2025-07-08 14:36:18 +08:00
jxxghp 59ee3d8ceb fix 订阅历史按钮 2025-07-08 13:48:45 +08:00
jxxghp 3e152bd389 优化 PWAInstallPrompt 组件中的文本提取逻辑 2025-07-08 13:37:18 +08:00
jxxghp 56e8f61bbf 将 PWAInstallPrompt 组件中的 div 替换为 VCard 2025-07-08 13:26:12 +08:00
jxxghp 83c00b0544 fix PWAInstallPrompt 2025-07-08 13:03:11 +08:00
jxxghp 5f82cc715e 优化 PWA 安装提示组件 2025-07-07 23:18:32 +08:00
jxxghp 3ce7fc34f0 fix PWAInstallPrompt 2025-07-07 23:11:27 +08:00
jxxghp 9fc5291fec 优化服务工作者 2025-07-07 22:56:36 +08:00
jxxghp 27c7a842db Merge pull request #367 from jxxghp/cursor/fix-sync-queue-data-corruption-issues-ee60
Cursor/fix sync queue data corruption issues ee60
2025-07-07 22:49:17 +08:00
jxxghp ffe1992df1 Merge pull request #368 from jxxghp/cursor/fix-ios-detection-inconsistency-in-pwa-2971
Fix iOS detection inconsistency in PWA
2025-07-07 22:48:57 +08:00
jxxghp c787a3c786 Merge pull request #366 from jxxghp/cursor/fix-pwa-support-detection-bug-0f65 2025-07-07 22:43:47 +08:00
jxxghp deaf444864 Merge pull request #364 from jxxghp/cursor/evaluate-app-shell-model-compliance-1502
Evaluate app shell model compliance
2025-07-07 22:09:11 +08:00
jxxghp cd9eaf4fd7 fix Teleport 2025-07-07 17:24:58 +08:00
jxxghp 3cfe27b7b3 fix 2025-07-07 15:17:49 +08:00
jxxghp 44d78fd2ea Merge pull request #363 from cddjr/fix_top_level_await 2025-07-07 14:07:20 +08:00
jxxghp 0cf3342449 重构PWA状态管理 2025-07-07 14:05:11 +08:00
jxxghp 73d7eb65b8 移除可见性状态管理器 2025-07-07 11:32:38 +08:00
jxxghp fca4afb606 优化PWA状态管理 2025-07-07 11:28:57 +08:00
jxxghp b15672d593 fix 2025-07-07 11:19:45 +08:00
jxxghp 7a37a18f23 修复下拉快速访问 2025-07-07 11:17:01 +08:00
jxxghp a14806e840 Merge pull request #361 from jxxghp/cursor/enhance-pwa-state-restoration-features-24b1 2025-07-07 07:50:41 +08:00
jxxghp 325cce5f82 Merge pull request #360 from jxxghp/cursor/analyze-factors-causing-ios-to-kill-pwa-ac82
Analyze factors causing iOS to kill PWA
2025-07-07 06:40:43 +08:00
jxxghp 85db26a704 Merge branch 'v2' into cursor/analyze-factors-causing-ios-to-kill-pwa-ac82 2025-07-06 23:41:42 +08:00
jxxghp 93ad0859e8 重构PWA状态管理,统一检测方法并优化状态恢复逻辑 2025-07-06 23:04:34 +08:00
jxxghp 5d22cb84bf 更新 package.json 2025-07-06 20:03:25 +08:00
jxxghp f01c61e09f 更新 App.vue 2025-07-06 19:52:37 +08:00
jxxghp d50e67f3bc Merge pull request #359 from jxxghp/cursor/pwa-5007
分析PWA状态切换体验问题
2025-07-06 18:35:53 +08:00
jxxghp e9c0792cb3 Merge pull request #358 from jxxghp/cursor/prevent-ios-from-killing-pwa-background-245b
fix: PWA状态管理器初始化在DOM已加载时失败的问题
2025-07-06 15:04:45 +08:00
jxxghp dc56c177b7 Merge pull request #356 from jxxghp/cursor/prevent-ios-from-killing-pwa-background-245b 2025-07-06 14:54:36 +08:00
jxxghp 5aa4e9339d Merge pull request #355 from jxxghp/cursor/fix-sse-issues-in-public-service-js-b303 2025-07-06 08:10:30 +08:00
jxxghp 51fbcdfa56 更新 Footer.vue 2025-07-06 00:51:44 +08:00
jxxghp 61c9b97d70 优化垂直导航布局和动态标签页的样式 2025-07-06 00:43:06 +08:00
jxxghp 23b09d09ce 优化移动端Header UI 2025-07-06 00:43:06 +08:00
jxxghp a00f6ab8ff 更新 HeaderTab.vue 2025-07-05 21:56:28 +08:00
jxxghp bb59095bad 优化 HeaderTab 组件的模糊背景样式 2025-07-05 20:47:18 +08:00
jxxghp da57124d5e Merge pull request #354 from jxxghp/cursor/add-blurred-background-to-headertab-d515 2025-07-05 17:31:17 +08:00
28f38d8b80 Fix tab selection on discovery page (#353)
* Fix: Ensure first tab is selected when no valid tab is active

Co-authored-by: jxxghp <jxxghp@163.com>

* Fix discover page tab selection logic when no tab is active

Co-authored-by: jxxghp <jxxghp@163.com>

* Fix tab selection logic in discover page lifecycle hooks

Co-authored-by: jxxghp <jxxghp@163.com>

* Remove unnecessary onMounted hook in discover page

Co-authored-by: jxxghp <jxxghp@163.com>

* Move dynamic header tab registration after tabs initialization

Co-authored-by: jxxghp <jxxghp@163.com>

* Refactor dynamic header tab registration in discover page

Co-authored-by: jxxghp <jxxghp@163.com>

* Fix tab selection logic in discover page to ensure first tab is selected

Co-authored-by: jxxghp <jxxghp@163.com>

* Update useDynamicHeaderTab to sync modelValue in tab configuration

Co-authored-by: jxxghp <jxxghp@163.com>

* Remove auto-tab selection logic from discover page

Co-authored-by: jxxghp <jxxghp@163.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-07-05 16:41:24 +08:00
jxxghp 3b7c34258f 更新 _misc.scss 2025-07-05 14:46:54 +08:00
jxxghp 9dde646695 修改 tab-header 的圆角样式 2025-07-05 14:34:30 +08:00
jxxghp 4bdee63f28 优化动态标签页注册逻辑 2025-07-05 14:26:57 +08:00
jxxghp 20dced021d 优化动态标签页注册逻辑 2025-07-05 14:06:00 +08:00
jxxghp 17cf640e23 优化 PageContentTitle 组件的样式,调整了边距;在 discover 页面中引入 useDynamicHeaderTab 组合函数;移除 UserListView 中未使用的 useDisplay 导入。 2025-07-05 12:22:08 +08:00
jxxghp 24369daea0 v2.6.2 2025-07-05 12:13:53 +08:00
jxxghp 873bf905ab 优化动态标签页注册逻辑 2025-07-05 12:13:53 +08:00
jxxghp da0756adf0 动态Tab组件 2025-07-05 12:13:53 +08:00
jxxghp 09942ec946 更新 SubscribeEditDialog.vue 2025-07-05 09:21:25 +08:00
jxxghp 2650bc6068 添加离线状态管理和网络请求处理 2025-07-05 08:23:06 +08:00
jxxghp 6bd7274c9c Update index.html 2025-07-05 06:49:58 +08:00
jxxghp 129ccf9e39 更新 index.html 2025-07-05 06:43:38 +08:00
jxxghp e2b789cfbc 优化加载动画逻辑 2025-07-04 21:26:44 +08:00
jxxghp bb70e91277 重构服务工作者逻辑优 2025-07-04 18:32:04 +08:00
jxxghp f6c07a29ce 更新服务工作者逻辑 2025-07-04 17:30:01 +08:00
jxxghp 4347983fc7 更新vite.config.ts,扩展缓存策略以支持更多文件类型和API请求 2025-07-04 16:57:51 +08:00
jxxghp 12b463d9e8 更新vite.config.ts,增加页面缓存配置 2025-07-04 16:39:31 +08:00
jxxghp edc0949bed 移除全局设置store并更新引用路径 2025-07-04 16:21:05 +08:00
jxxghp 85780917c2 整合全局设置store,优化PWA模式检测 2025-07-04 16:19:50 +08:00
jxxghp e45919cac1 优化PWA支持 2025-07-04 13:33:06 +08:00
jxxghp c61821ef4e 在App.vue中优化加载动画逻辑,移除不必要的延迟 2025-07-04 12:12:13 +08:00
jxxghp 011902598b 在App.vue中添加主题支持以配置ApexCharts 2025-07-04 08:12:10 +08:00
jxxghp 3186c6ca0e 更新 AnalyticsNetwork.vue 2025-07-03 22:12:28 +08:00
jxxghp 3a680a132f 添加可拖拽排序功能 2025-07-03 20:05:08 +08:00
jxxghp 455dda54e8 添加存储后自动保存 2025-07-03 19:57:29 +08:00
jxxghp 5ea5ab07d9 移除WorkflowActionsDialog组件中的VSpacer元素 2025-07-03 19:50:04 +08:00
jxxghp 35c8025b00 在仪表板中添加网络流量组件 2025-07-03 19:14:31 +08:00
jxxghp 615c162663 插件图标使用缓存 2025-07-03 17:09:56 +08:00
jxxghp c4bd15e5a0 fix storage save 2025-07-03 15:41:44 +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 eb70ca233b 重构DefaultLayout.vue组件 2025-07-03 08:48:44 +08:00
jxxghp 8718816fce 将多个组件中的VFab按钮包裹在Teleport中,以确保在移动设备上正确显示 2025-07-03 07:18:31 +08:00
jxxghp 7d36330b4b 在PluginDataDialog组件中添加show_switch属性的绑定 2025-07-02 21:55:02 +08:00
jxxghp 1fa0474fef 调整DownloaderCard、MediaServerCard和StorageCard组件中图标的上边距 2025-07-02 21:49:42 +08:00
jxxghp 4070b27148 调整QuickAccess.vue组件的过渡时间为0.6秒 2025-07-02 21:39:41 +08:00
jxxghp 3892b0ed05 添加PluginDataDialog组件的show_switch属性 2025-07-02 21:30:44 +08:00
jxxghp a06cf69d7a 优化QuickAccess.vue组件样式 2025-07-02 20:43:33 +08:00
jxxghp 61dc2568e8 优化快速访问组件 2025-07-02 20:28:58 +08:00
jxxghp ac6362e698 更新 QuickAccess.vue 2025-07-02 17:55:19 +08:00
jxxghp 94afdf5495 更新样式和布局 2025-07-02 17:41:58 +08:00
jxxghp d96f8acdbc 优化默认布局和快速访问组件 2025-07-02 17:12:14 +08:00
jxxghp d39c795f92 更新快速访问组件的导入方式 2025-07-02 16:11:12 +08:00
jxxghp 8e12e0562b 更改快速访问组件的导入路径 2025-07-02 16:08:27 +08:00
jxxghp 7a1babb418 重构插件快速访问组件 2025-07-02 16:07:18 +08:00
jxxghp 8d65f0c2a8 优化快速访问插件的下拉手势逻辑 2025-07-02 15:59:11 +08:00
jxxghp b8dff560f0 添加插件快速访问功能,支持下拉手势触发 2025-07-02 14:18:58 +08:00
jxxghp b48c26ee73 调整日历视图的背景颜色 2025-07-02 12:31:30 +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 1bba7103c8 调整主题背景颜色为深灰色以提升视觉效果 2025-07-01 12:54:01 +08:00
jxxghp 7f8dd744f2 调整表格和输入框的背景颜色以适应透明主题 2025-07-01 12:39:44 +08:00
jxxghp 2f4a707498 为筛选菜单添加内边距样式 2025-07-01 11:58:57 +08:00
jxxghp 569bc3c8ec 站点添加筛选功能 2025-07-01 11:38:00 +08:00
jxxghp b01421aa94 优化组件加载逻辑 2025-06-30 20:38:50 +08:00
jxxghp 30d933bd85 更新 package.json 2025-06-30 20:16:14 +08:00
jxxghp 377998335b 简化导航状态管理 2025-06-30 20:14:31 +08:00
jxxghp 21d21aa438 优化图片加载逻辑,添加导航状态管理 2025-06-30 19:55:27 +08:00
jxxghp 18cf1ea3d7 更新 FileList.vue、FileNavigator.vue 和 FileToolbar.vue 中 axios 属性的类型定义为 Function 2025-06-30 19:39:02 +08:00
jxxghp 60ea884fe2 添加全局请求和图片优化器 2025-06-30 17:37:30 +08:00
jxxghp 999fa9d9a6 自定义存储类型添加索引以区分不同的自定义存储 2025-06-29 11:21:40 +08:00