jxxghp
34124418f8
perf: optimize initial load by implementing lazy loading for modules and fine-tuning authentication/resource initialization logic.
2026-05-14 13:19:48 +08:00
jxxghp
e62a0b5a8d
refactor: optimize performance by centralizing state calculations and stabilizing virtual list data refs
2026-05-13 22:01:13 +08:00
jxxghp
99665c7d79
feat: virtualize card grids
2026-05-13 19:07:46 +08:00
jxxghp
f293681588
refactor: implement search parameter state management and prevent API caching for search requests
2026-05-09 23:02:17 +08:00
jxxghp
2f1a356e65
fix: replace virtual card grid with progressive loading
2026-05-09 22:23:45 +08:00
jxxghp
62e0d8e9dc
perf: virtualize remaining long result views
...
Reduce DOM growth across resource, history, workflow, share, downloading, and message views so large datasets stay responsive while scrolling.
2026-05-09 17:28:23 +08:00
jxxghp
96d655155a
perf: virtualize management lists and make drag sorting opt-in
2026-05-09 16:07:28 +08:00
jxxghp
a475085d7b
refactor: implement buffered streaming updates and disable keep-alive for resource
2026-05-09 13:22:40 +08:00
mcgrady.sun
e2d26f6a25
fix(resource): 解决重新搜索按钮 review 问题
...
- 简化 refreshSearch:移除多余的 switchToOriginalResults 调用,
直接置 showingAiResults=false,其余状态由 fetchData 内部重置
- 标题栏 v-if 去掉 !progressActive 条件,避免点击重新搜索时
整个标题栏 unmount 导致按钮 :loading 不可见、页面跳动
2026-05-02 16:33:19 +08:00
mcgrady.sun
1752256868
feat(resource): 资源搜索结果页增加重新搜索按钮
...
- 在搜索结果页右侧操作区新增"重新搜索"按钮(mdi-refresh 图标)
- 点击后使用相同搜索参数重新触发请求;正在请求或加载中时按钮禁用
- 若当前展示的是 AI 推荐结果,先切回原始结果再重新搜索,避免状态不一致
- 同步补充 zh-CN / zh-TW / en-US 三份本地化文案
2026-05-02 16:33:19 +08:00
jxxghp
ba343ce5fa
style: adjust login page layout spacing and formatting for improved visual alignment
2026-04-21 22:20:04 +08:00
jxxghp
5cc9bf7418
style: reduce compact-fab size and standardize padding across filter menus
2026-04-19 13:35:25 +08:00
jxxghp
20bdb940cd
refactor: standardize floating action buttons with a compact stack layout and migrate menu items to key-based i18n resolution
2026-04-19 13:00:04 +08:00
jxxghp
e9b214cff8
refactor: enhance dynamic button system to support menus, reactive properties, and improved PWA floating action button integration
2026-04-19 12:29:02 +08:00
jxxghp
54f5fb2877
更新 login.vue
2026-04-19 07:21:25 +08:00
jxxghp
4b3733bc19
feat: add site auth step to setup wizard
2026-04-16 19:21:17 +08:00
jxxghp
b29c6bd83f
feat: add AI agent configuration step and expand basic settings with OCR and recognition source options
2026-04-16 17:36:27 +08:00
jxxghp
672bbb4265
feat:资源渐进式搜索
2026-04-10 16:48:29 +08:00
jxxghp
10c1041b06
Improve resource search loading UI
2026-04-10 16:07:17 +08:00
jxxghp
617223777b
refactor: 统一过滤图标为 mdi-filter-multiple-outline,插件市场筛选改为下拉多选
2026-04-09 13:03:58 +08:00
jxxghp
6ef047050d
refactor: 将订阅和插件过滤弹窗改为站点管理风格的下拉列表菜单
2026-04-09 12:28:30 +08:00
DDSRem
e72f9a8374
feat(plugin): 侧栏全页 AppPage、多 nav_key 联邦加载与 sidebar_nav 缓存
...
- 新增路由 plugin-app 与壳页,按 nav_key 尝试 AppPage{Pascal}/AppPage/Page
- DefaultLayout 与 appcenter 合并插件侧栏项;plugin/sidebar_nav 经 Pinia 去重缓存
- 工具 pluginSidebarNav、联邦 loader 与文档/示例更新;登出时清空侧栏缓存
Made-with: Cursor
2026-04-09 07:59:40 +08:00
jxxghp
e2e239f6d9
fix: 消息中心纯文本换行丢失、登录页优化、底部导航液态玻璃效果
2026-04-07 13:10:19 +08:00
jxxghp
9c893abcdf
fix: 优化登录页面密码管理器自动填充
2026-03-30 12:56:17 +08:00
jxxghp
3cc83d10d3
refactor: Relocate scheduler service settings from the main settings page to a new dedicated system view accessible via the shortcut bar.
2026-03-25 13:37:59 +08:00
PKC278
c1a4d5d81e
fix(resource): 修正Safari渲染抖动问题
2026-01-15 15:47:43 +08:00
PKC278
1fa072790f
fix: 修正部分样式
2026-01-15 10:57:26 +08:00
PKC278
be40f55bd9
feat(search): 添加AI推荐功能并优化相关逻辑
2026-01-15 03:04:58 +08:00
PKC278
de47491ded
fix(login): 修复PassKey认证错误信息提示逻辑
2026-01-12 10:14:08 +08:00
PKC278
7e6116de45
feat: 优化通行密钥错误提示与代码结构
...
- feat(login): 优化通行密钥(Passkey)登录逻辑,支持 Conditional UI 自动填充,并改进错误提示。
- feat(userProfile): 优化双重验证弹窗样式。
- feat(qrcode): 优化二维码生成逻辑与显示。
- feat(passkey): 优化通行密钥错误提示,添加最后使用时间显示。
2026-01-11 20:02:34 +08:00
PKC278
1ae49b28b1
fix(login): 移除密码输入框 autocomplete 中冗余的 webauthn 选项
2026-01-09 12:31:37 +08:00
PKC278
816cab252d
feat(login): 添加手动点击Passkey按钮的 AbortController 以防止重复点击
2026-01-08 23:42:52 +08:00
PKC278
843f638835
feat(auth): 添加 Passkey 条件 UI(conditional ui) 支持
2026-01-08 23:05:12 +08:00
PKC278
e4684b2e12
fix(login): 修改浅色主题下PassKey按钮样式,提高文字对比度
2026-01-08 18:51:53 +08:00
PKC278
c17365b6c9
feat(login): 优化表单自动填充
2026-01-08 16:24:09 +08:00
PKC278
425bf808ed
fix: 修复 i18n-menu 工具函数外部调用导致的运行时错误
2026-01-03 19:03:37 +08:00
PKC278
95282f9883
perf: 优化导航栏动画流畅度
2026-01-01 12:29:42 +08:00
PKC278
34770567a5
fix(mfa): 修复双重验证漏洞
2025-12-23 15:15:41 +08:00
PKC278
e77dcdd3d4
feat(passkey): 添加PassKey支持并优化双重验证登录逻辑
2025-12-23 13:53:55 +08:00
jxxghp
1c019cd5c8
重构离线页面组件
2025-09-13 14:00:03 +08:00
jxxghp
a64d97774d
优化关于对话框和快捷栏的布局
2025-09-11 17:36:02 +08:00
jxxghp
2ddc51aa4f
调整词表、缓存、关于功能的位置
2025-09-11 15:29:24 +08:00
jxxghp
08f36a74ca
增强配置向导功能
2025-09-11 14:30:52 +08:00
jxxghp
d7809dd00c
调整配置向导的布局,增加右侧按钮组
2025-09-11 12:36:12 +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