PKC278
ec4500dcef
refactor(versionChecker): 重构版本检查功能并更新通知样式
2025-12-30 00:00:37 +08:00
景大侠
1ed4052814
fix #401
2025-11-17 14:08:51 +08:00
jxxghp
08f36a74ca
增强配置向导功能
2025-09-11 14:30:52 +08:00
jxxghp
27582004da
增强配置向导功能
2025-09-11 08:31:13 +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
1af1a06700
优化 SSE 管理器
2025-08-24 17:34:43 +08:00
jxxghp
472d1960d9
重构对话框组件,将所有 DialogWrapper 替换为 VDialog,并更新缓存版本至 v1.1.0
2025-08-23 18:55:34 +08:00
jxxghp
2a9ea81ad4
feat: 优化SSE连接延迟,添加初始化状态提示
2025-08-17 08:39:02 +08:00
jxxghp
1586137a5d
优化离线状态管理逻辑
2025-07-20 08:25:20 +08:00
jxxghp
6cb8bf74df
在滚动锁定功能中添加事件传播停止,以增强用户体验
2025-07-19 17:45:43 +08:00
jxxghp
b4ad39db12
优化全局滚动锁定功能
2025-07-18 16:39:25 +08:00
jxxghp
584d290283
增强全局滚动锁定功能
2025-07-13 13:46:28 +08:00
jxxghp
eb098ca775
增强滚动锁定功能
2025-07-13 09:46:38 +08:00
jxxghp
97f5410b1c
Add files via upload
2025-07-10 23:31:48 +08:00
jxxghp
b3d3561111
将 useDialogScrollLock 替换为 useScrollLock
2025-07-10 12:56:51 +08:00
jxxghp
ad857b0810
删除 useScrollLock 组合式 API
2025-07-10 12:52:57 +08:00
jxxghp
0918fa1685
将所有 VDialog 组件替换为 DialogWrapper 组件
2025-07-10 12:44:37 +08:00
jxxghp
36389a5b8c
优化 PWA 状态恢复逻辑
2025-07-09 11:07:24 +08:00
jxxghp
59ee3d8ceb
fix 订阅历史按钮
2025-07-08 13:48:45 +08:00
jxxghp
5f82cc715e
优化 PWA 安装提示组件
2025-07-07 23:18:32 +08:00
Cursor Agent
a80877bab7
Fix PWA install detection on iOS with additional check for MSStream
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-07 14:48:00 +00:00
Cursor Agent
15340dd550
Improve PWA install support detection for various platforms
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-07 14:25:12 +00:00
Cursor Agent
6cb6a5822b
Implement PWA optimizations with advanced caching and install features
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-07 13:46:09 +00:00
jxxghp
3cfe27b7b3
fix
2025-07-07 15:17:49 +08:00
jxxghp
0cf3342449
重构PWA状态管理
2025-07-07 14:05:11 +08:00
jxxghp
7a37a18f23
修复下拉快速访问
2025-07-07 11:17:01 +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
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
jxxghp
93ad0859e8
重构PWA状态管理,统一检测方法并优化状态恢复逻辑
2025-07-06 23:04:34 +08:00
Cursor Agent
bea6c1e326
Optimize PWA background performance with SSE and timer management
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-06 14:52:58 +00:00
Cursor Agent
3726c472fc
Remove console logs for silent PWA state restoration optimization
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-06 10:31:35 +00:00
Cursor Agent
e1ff50e1e3
Refactor usePWAState and useGlobalPWAState composables
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-06 06:50:30 +00:00
Cursor Agent
0e440955c8
Implement PWA state management for improved iOS background persistence
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-06 06:44:06 +00:00
jxxghp
23b09d09ce
优化移动端Header UI
2025-07-06 00:43:06 +08:00
jxxghp
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
20dced021d
优化动态标签页注册逻辑
2025-07-05 14:06:00 +08:00
jxxghp
873bf905ab
优化动态标签页注册逻辑
2025-07-05 12:13:53 +08:00
jxxghp
da0756adf0
动态Tab组件
2025-07-05 12:13:53 +08:00
jxxghp
2650bc6068
添加离线状态管理和网络请求处理
2025-07-05 08:23:06 +08:00
jxxghp
85780917c2
整合全局设置store,优化PWA模式检测
2025-07-04 16:19:50 +08:00
jxxghp
eb70ca233b
重构DefaultLayout.vue组件
2025-07-03 08:48:44 +08:00
jxxghp
94afdf5495
更新样式和布局
2025-07-02 17:41:58 +08:00
jxxghp
b8dff560f0
添加插件快速访问功能,支持下拉手势触发
2025-07-02 14:18:58 +08:00
jxxghp
4dd4e0e148
自实现 UseConfirm 组件
2025-05-24 17:19:43 +08:00
jxxghp
87c11eda46
在 Footer 组件中添加动态按钮功能,支持注册和注销动态按钮,优化按钮显示逻辑;在 Dashboard 页面中集成动态按钮,增强用户交互体验。
2025-04-20 12:08:55 +08:00