jxxghp
cec9563963
feat: 添加响应式输入适配器,优化小屏幕录入控件布局
2026-07-14 12:45:11 +08:00
InfinityPacer
2df3ce1b86
ci(pr-agent): publish native code reviews ( #526 )
2026-07-13 18:41:32 +08:00
jxxghp
2a2ed9fc6a
fix: 修复背景任务图标显示逻辑,优化任务状态展示
v2.14.3
2026-07-13 13:58:08 +08:00
jxxghp
0921932601
feat: 优化定时服务状态展示,增强用户体验
2026-07-13 13:45:16 +08:00
jxxghp
50b8ea1bc9
fix: 移除固定表头,优化移动端缓存面板样式
2026-07-13 13:27:51 +08:00
jxxghp
f88ae5643c
feat: 使用 ProgressiveCardGrid 组件优化移动端缓存和历史记录展示
2026-07-13 13:19:58 +08:00
jxxghp
cf5f4e5b6a
feat: 优化移动端缓存管理界面,增强用户体验
2026-07-13 12:57:11 +08:00
jxxghp
a8db14a069
feat: 支持多数据源识别缓存管理
2026-07-13 12:33:45 +08:00
jxxghp
a20977e522
fix: 优化识别缓存移动端滚动
2026-07-13 11:03:09 +08:00
jxxghp
7efc32637b
feat: 支持多类缓存管理
2026-07-13 09:48:08 +08:00
秋澪Akimio
5d1445fe64
fix: 修复识别词编辑器滚动闪烁 ( #525 )
2026-07-12 14:06:53 +08:00
秋澪Akimio
2070240b50
feat: highlight word list comments ( #524 )
2026-07-12 12:23:13 +08:00
InfinityPacer
1d130c99a3
docs(plugin): document federation watch workflow ( #523 )
2026-07-11 19:52:16 +08:00
InfinityPacer
7861afb2d7
feat(plugin): support responsive federated config controls ( #521 )
2026-07-11 18:16:31 +08:00
jxxghp
5c4511f935
Deduplicate offline connection prompts by status
2026-07-10 07:40:25 +08:00
jxxghp
212ba94e11
chore: update version to 2.14.3
2026-07-09 19:34:35 +08:00
jxxghp
f863a09212
Refine dashboard layout drafts and episode status badges
2026-07-09 19:33:27 +08:00
jxxghp
728ced475b
feat: add computed dialog subtitle for download confirmation
2026-07-08 17:19:47 +08:00
InfinityPacer
a192e00db5
ci(pr-agent): simplify review workflow ( #518 )
2026-07-08 12:51:49 +08:00
jxxghp
85e6b17db7
feat: add agent MCP settings
2026-07-08 08:44:33 +08:00
InfinityPacer
156d835d6d
ci(pr-agent): align inline review workflow ( #517 )
2026-07-08 07:05:24 +08:00
jxxghp
b27eeea6c0
Improve frontend dialog and layout behavior
v2.14.2
2026-07-07 08:54:09 +08:00
jxxghp
39a9fe0541
fix: wrap words guide hint
2026-07-06 23:17:35 +08:00
jxxghp
92d153760b
fix: sync media type when selecting media
2026-07-06 22:38:10 +08:00
jxxghp
ff9dc26040
feat: support backend i18n responses
2026-07-06 19:13:25 +08:00
jxxghp
269da6eefe
fix(login): remove required attribute from stay logged in checkbox
2026-07-06 13:50:41 +08:00
jxxghp
817bc1019d
Improve episode group carousel navigation
2026-07-05 20:39:06 +08:00
InfinityPacer
de8c22c180
fix(ui): improve fab layering and cookiecloud hint ( #515 )
2026-07-05 16:36:55 +08:00
jxxghp
8f074fb381
feat: add llm temperature setting
2026-07-05 13:04:51 +08:00
jxxghp
e16870859d
fix: 优化媒体详情按钮布局
2026-07-05 11:56:11 +08:00
InfinityPacer
e1ba13abf2
feat(settings): expose cookiecloud upload secret ( #514 )
2026-07-05 09:46:14 +08:00
jxxghp
8d1f226035
Delete .codex-qa directory
2026-07-03 21:46:15 +08:00
jxxghp
5367a07a90
fix: remove redundant episode status icon
2026-07-03 21:40:52 +08:00
jxxghp
8e681dbbe7
fix: prevent nested scrolling in words shortcut
2026-07-03 20:32:16 +08:00
jxxghp
c26c3c4284
Remove playing backdrop status badge
2026-07-03 19:51:35 +08:00
jxxghp
461ed560f0
Improve logging dialogs and word rules layout
2026-07-03 19:45:58 +08:00
jxxghp
dd27bcdaca
更新 package.json
2026-07-03 18:47:06 +08:00
jxxghp
c076be868a
feat: 桌面端日志级别改为按钮组
2026-07-03 18:06:57 +08:00
jxxghp
d2634095e4
feat: 增加仪表盘配置的更新时间戳和保存队列功能
2026-07-03 17:13:44 +08:00
jxxghp
a5a3e1e1e4
Add new animations and styles for robot actions
...
- Introduced new SCSS files for various robot actions including shy, sit, sleep, spin-cheer, stretch, and wave.
- Implemented keyframe animations for each action to enhance the robot's interactivity.
- Created a shared stylesheet for common styles and transitions.
- Updated the main CSS file to include all new action styles.
2026-07-03 14:15:10 +08:00
jxxghp
09a20967c0
feat: 增加宠物随机动作和相应的动画效果
2026-07-03 13:32:39 +08:00
jxxghp
9a2af0a412
feat: add agent pet types and state management for idle actions
...
- Introduced new types for agent pet actions and intents in `types.ts`.
- Implemented `useAgentPetMachine` to manage idle action scheduling and execution.
- Added functionality to handle random actions based on interaction states.
2026-07-03 13:19:30 +08:00
jxxghp
6bbac7db7d
refactor: 重新设计词表页面
2026-07-03 08:37:44 +08:00
jxxghp
b212e066b6
添加 .codex-qa 到 .gitignore
v2.14.1
2026-07-02 20:29:31 +08:00
jxxghp
f7d354fca4
Refine mobile subscribe cards and grouped list styling
2026-07-02 20:28:03 +08:00
jxxghp
693b081ecf
删除设计 QA 文档
2026-07-02 19:33:14 +08:00
jxxghp
d5f0fed954
Polish app center grouped menu styling
2026-07-02 19:32:39 +08:00
jxxghp
67ef98bfee
Hide dashboard recommendation detail panel
2026-07-02 19:08:07 +08:00
jxxghp
1094d80b9c
Refine episode group subscriptions and mobile carousel
2026-07-02 16:34:38 +08:00
jxxghp
98e6481812
Refine dashboard recommendations and transparent cards
2026-07-02 15:47:47 +08:00