a0473771f1
fix: 优化跳一跳运行态与地块资源
2026-06-09 01:28:30 +08:00
a4ee6ff698
修复小游戏生成页恢复生成态
...
按生成状态判定小游戏生成页是否仍在生成中
补充敲木鱼生成中草稿恢复回归测试
记录小游戏生成页恢复 busy 判定踩坑
2026-06-08 19:15:04 +08:00
6f242a290a
合并架构调整分支
...
合入 codex/architecture-adjustment 的架构调整提交
保留 master 上推荐页资源等待和微信订阅时间修复
# Conflicts:
# docs/【玩法创作】平台入口与玩法链路-2026-05-15.md
# src/components/rpg-entry/RpgEntryHomeView.recharge.test.tsx
# src/components/rpg-entry/RpgEntryHomeView.tsx
2026-06-08 18:01:43 +08:00
52c6f4282f
等待推荐页运行态全部资源
...
推荐页 ready 持续观察运行态图片、背景、音视频和资源 pending 标记
资源换签与玩法图集解析中通过隐藏标记阻止遮罩提前消失
补齐拼图、跳一跳、抓大鹅和敲木鱼运行态资源等待接入
补充推荐页资源等待回归测试和团队文档
2026-06-08 17:50:45 +08:00
f4eee2d585
再次合并 master
...
合入 origin/master 最新订阅消息与计费相关更新
保留作品架 actions 收口并接入统一分享弹窗
修复创作生成泥点预检与本地余额扣减回归
2026-06-08 17:18:38 +08:00
kdletters
ccb5023197
修复微信订阅消息时间字段格式
...
生成结果订阅消息 time4 改为北京时间 YYYY-MM-DD HH:mm
补充成功和失败生成结果模板时间格式测试
记录 dev 订阅消息 time4 被微信拒收的排障口径
2026-06-08 16:19:56 +08:00
5ea9f0a120
按后台配置扣除创作泥点
...
前端创作表单泥点预校验改为读取入口契约配置
拼图和抓大鹅初始生成后端扣费改为解析后台配置
汪汪声浪初始三图生成按入口总成本拆分扣费
创作工作台按钮和确认弹窗展示后台配置泥点成本
补充泥点扣费回归测试并同步文档与共享记忆
2026-06-08 15:47:48 +08:00
kdletters
3ca5a460f1
修复订阅授权返回后生成中断
...
生成动作先进入拼图进度页并立即发起生成
订阅授权改为非阻塞尝试,避免闪回卡住提交
移除订阅结果回写 web-view URL 导致回首页的逻辑
更新小程序订阅消息授权与发送边界文档
2026-06-08 15:01:52 +08:00
kdletters
59b5bd1f83
修复小程序生成前订阅授权体验
...
生成前订阅授权页自动弹出微信授权框
授权返回或跳过后继续执行拼图生成提交
避免订阅页改写上一页 web-view URL 导致回首页
更新订阅消息生成前授权与终态发送文档口径
2026-06-08 13:48:49 +08:00
kdletters
3a918687c5
修复拼图生成前订阅授权
...
新增小程序原生订阅消息授权页,在用户点击后请求生成结果通知授权。
拼图 compile_puzzle_draft 前等待授权页返回或跳过后再发起生成 action。
移除 web-view message 订阅授权路径,改用 storage/hash 回写订阅结果。
补充订阅授权测试、文档和团队踩坑记录。
2026-06-08 13:06:07 +08:00
ff2ed5a59d
升级 SpacetimeDB 到 2.4.1
...
更新 server-rs SpacetimeDB crate 锁定版本与 Cargo.lock。
刷新 spacetime-client 生成绑定到 2.4.1。
同步 dev 脚本、容器、Jenkins 和运维文档中的 STDB 版本。
补充 dev 脚本版本校验测试,兼容 Cargo 精确版本要求。
2026-06-08 00:47:24 +08:00
498f7c9a3d
再次合并 master
...
合入 origin/master 最新创作入口契约与后台编辑调整。
保留本枝平台入口架构收口约束并合并玩法链路文档。
通过 typecheck、编码检查、冲突扫描与相关创作入口测试。
2026-06-08 00:00:36 +08:00
17662916cd
收口创作入口契约后台表单
...
将统一创作契约泥点消耗改为数字字段并由前端格式化展示
将后台契约编辑从 JSON 文本改为结构化卡片与弹窗表单
隐藏玩法阶段等内部标识并按玩法默认映射自动带出
更新创作入口文档、团队记忆和回归测试
2026-06-07 23:53:31 +08:00
e4b13d73b5
Merge remote-tracking branch 'origin/master' into codex/architecture-adjustment
2026-06-07 23:38:54 +08:00
2a6da01307
修复生成图片签名地址重复换签
...
将 refreshKey 调整为 signed URL 缓存版本号,同一路径同版本复用未过期签名地址。
让完整阿里云 OSS generated 地址在 hook 中先归一并走 read-url 换签。
补充前端回归测试,覆盖相同 refreshKey 不重复换签和完整 OSS 地址不裸写入图片。
更新运维文档与 Hermes 记忆,明确 refreshKey 不是每次绕过签名缓存。
2026-06-07 23:20:24 +08:00
7719c7e5a8
再次合并 master
...
合入 origin/master 最新后端、OSS 与认证链路调整。
保留本枝架构收口修改并合并 Hermes 决策记录。
通过 typecheck、编码检查、Spacetime schema guard 与 api-server cargo check。
2026-06-07 22:52:45 +08:00
d3a3238028
修复生成图片OSS签名缓存链路
...
前端将完整阿里云OSS generated 地址归一为 legacy path 后走 read-url 换签。
platform-oss 为 generated 私有对象 PostObject 和 PutObject 写入 immutable Cache-Control。
补齐 shared-contracts 与 api-server 直传票据字段映射。
更新后端、运维文档和 Hermes 团队记忆,明确不使用服务端磁盘缓存兜底。
2026-06-07 22:46:48 +08:00
48c7cce1ba
合并 master 并修复架构分支回归
...
合入 master 最新的认证、玩法契约与推荐页改动。
修复拼图草稿生成、推荐页下一关和公开详情访客试玩回归。
修复抓大鹅草稿试玩鉴权与首屏推荐详情测试入口。
补齐相关测试夹具、文档与团队记忆更新。
2026-06-07 21:35:47 +08:00
665f09f047
修复移动端软键盘页面弹跳黑底
...
移除 H5 软键盘打开时平台壳全局 transform 位移,避免浏览器原生避让后再次弹跳。
保留键盘打开状态、底部 dock 隐藏和浅色根背景兜底,避免短表单露出黑色宿主底色。
补充小程序 web-view 原生 page 浅色背景和对应样式测试。
更新统一创作页与平台键盘适配文档,沉淀不再全局上移平台壳的约束。
2026-06-07 18:17:23 +08:00
ea4706daa6
修正 Jenkins 发布源码校验
...
API 发布流水线保留上游构建 commit
Jenkins 二次 checkout 改为浅拉优先并按需逐步加深
同步生产运维文档和团队排障记忆
2026-06-07 17:34:17 +08:00
c810e255a5
修复拼图文字直创过早完成
...
修正拼图文字直创 compile 回包未出图时继续保持生成中
补充文字直创无正式图的回归测试
更新玩法链路文档和 Hermes 踩坑记录
2026-06-07 15:55:24 +08:00
3965f34b02
修复统一创作页软键盘黑底
...
让统一创作页根容器保留平台背景并限制滚动穿透
让统一创作页内容区占满剩余高度,避免短表单露出宿主黑底
补充统一创作页回归测试、玩法链路文档和 Hermes 踩坑记录
2026-06-07 15:40:07 +08:00
8131894bb5
fix: tighten public work type routing
2026-06-07 14:53:03 +08:00
8f460feb41
fix: route recommend puzzle next through feed
2026-06-07 14:15:45 +08:00
ce930ee5c3
Merge codex/sse-stream-architecture into architecture adjustment
2026-06-07 00:23:42 +08:00
d5b51a4242
Merge branch 'codex/platform-creation-flow-polish'
...
# Conflicts:
# docs/【玩法创作】平台入口与玩法链路-2026-05-15.md
# src/components/rpg-entry/RpgEntryHomeView.tsx
2026-06-06 22:49:48 +08:00
50e335ba47
fix: polish platform creation flow interactions
2026-06-06 21:36:38 +08:00
kdletters
b2543ba8a2
Merge branch 'master' into codex/puzzle-clear-template-runtime-fixes
2026-06-06 20:01:52 +08:00
2db3a6e185
Merge remote-tracking branch 'origin/master' into dev-jenken
...
# Conflicts:
# .hermes/shared-memory/pitfalls.md
# server-rs/crates/api-server/src/modules/jump_hop.rs
# src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx
# src/services/jump-hop/jumpHopClient.test.ts
2026-06-05 23:59:40 +08:00
kdletters
f4a8cc80c2
Merge remote-tracking branch 'origin/master' into codex/tiaoyitiao
2026-06-05 23:45:17 +08:00
3849c3ccbe
Merge remote-tracking branch 'origin/master' into codex/pr57-p0-p2
...
# Conflicts:
# docs/【玩法创作】平台入口与玩法链路-2026-05-15.md
# docs/【项目基线】当前产品与工程约束-2026-05-15.md
2026-06-05 23:25:15 +08:00
cd8088d1fd
feat: polish jump hop themed runtime assets
2026-06-05 22:55:40 +08:00
60709395d0
Merge branch 'codex/fix-draft-retry-reuses-session'
2026-06-05 22:53:14 +08:00
dcbf02bbda
fix: 失败草稿重试复用原会话
2026-06-05 22:49:07 +08:00
a215852381
Merge remote-tracking branch 'origin/master' into codex/tiaoyitiao
2026-06-05 22:46:57 +08:00
c98c3de96d
123
2026-06-05 22:11:12 +08:00
kdletters
ed6a59e641
fix: send VectorEngine edit images as file parts
2026-06-05 21:19:46 +08:00
6a03575d68
fix: 保留小程序登录上下文
2026-06-05 20:59:36 +08:00
kdletters
5a6d69bebe
fix: provision OpenSSL 3.2 runtime
2026-06-05 19:45:23 +08:00
adfc421c9e
Merge branch 'master' into codex/sse-stream-architecture
...
# Conflicts:
# .hermes/shared-memory/decision-log.md
# docs/【玩法创作】平台入口与玩法链路-2026-05-15.md
# src/components/platform-entry/PlatformEntryFlowShellImpl.tsx
2026-06-05 17:21:24 +08:00
kdletters
5150925947
fix: send VectorEngine images with libcurl
2026-06-05 17:03:49 +08:00
524ad430ab
fix(ci): simplify server provision pipeline
2026-06-05 16:14:30 +08:00
kdletters
9ab353926e
fix: retry VectorEngine image send timeouts
2026-06-05 11:38:02 +08:00
27b30f974b
Update spacetime-client bindings and frontend
...
Large update across server and web clients: regenerated/added many spacetime-client module bindings and input types (including new delete/work_delete input types and numerous procedure/reducer files), updates to server-rs API modules (bark_battle, jump_hop, wooden_fish, auth, module-runtime and shared contracts), and fixes in module-runtime behavior and domain logic. Frontend changes include new/updated components and tests (creative audio helpers, bark-battle/jump-hop/wooden-fish clients and views, unified generation pages, RPG entry views, and runtime shells), plus CSS and service updates. Documentation and operational notes updated (.hermes pitfalls and multiple PRD/docs) to cover daily-task refresh, banner asset fallback, recommend-key bug, and other platform behaviors. Tests and verification steps added/updated alongside these changes.
2026-06-04 22:44:19 +08:00
0041b95f72
feat(jump-hop): optimize generated assets and runtime background
2026-06-04 22:34:19 +08:00
0c7fc0b26f
fix: 提升拼消消素材生成质量门禁
2026-06-04 22:32:46 +08:00
c442c3c3f0
Merge remote-tracking branch 'origin/codex/tiaoyitiao' into codex/tiaoyitiao
...
# Conflicts:
# docs/prd/【玩法创作】跳一跳俯视角玩法模板PRD-2026-05-19.md
# server-rs/crates/spacetime-client/src/jump_hop.rs
# server-rs/crates/spacetime-client/src/mapper/runtime.rs
# server-rs/crates/spacetime-client/src/wooden_fish.rs
# src/components/jump-hop-result/JumpHopResultView.test.tsx
# src/components/jump-hop-runtime/JumpHopRuntimeShell.test.tsx
# src/components/platform-entry/PlatformEntryFlowShellImpl.tsx
# src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx
# src/components/unified-creation/workspaces/JumpHopCreationWorkspace.tsx
# src/components/unified-creation/workspaces/JumpHopWorkspace.test.tsx
2026-06-04 11:34:31 +08:00
b9de2f2a43
Merge branch 'master' into codex/puzzle-clear-template-runtime-fixes
...
# Conflicts:
# .hermes/shared-memory/decision-log.md
# .hermes/shared-memory/project-overview.md
# docs/【开发运维】本地开发验证与生产运维-2026-05-15.md
# scripts/dev.test.ts
# server-rs/crates/api-server/src/creation_entry_config.rs
# server-rs/crates/api-server/src/wooden_fish.rs
# server-rs/crates/module-auth/src/lib.rs
# server-rs/crates/spacetime-client/src/wooden_fish.rs
# server-rs/crates/spacetime-module/src/auth/procedures.rs
# src/components/custom-world-home/creationWorkShelf.ts
# src/components/platform-entry/PlatformEntryFlowShellImpl.tsx
# src/components/rpg-entry/rpgEntryWorldPresentation.ts
# src/services/miniGameDraftGenerationProgress.test.ts
# src/services/miniGameDraftGenerationProgress.ts
2026-06-04 11:24:14 +08:00
4b4af11dbc
fix: 收紧拼图发布资产门槛
2026-06-04 03:50:09 +08:00
46a36222cb
fix: 收紧拼图草稿恢复判定
2026-06-04 03:34:06 +08:00