Go to file
imeepos 74ca367081 🐛 fix: 修复 template run 数据格式与 identifier 缺失问题
主要修复:
1.  添加 transformFormDataToRunFormat 函数转换表单数据
2.  根据节点类型正确格式化数据:
   - image: { images: [{ url: "..." }] }
   - video: { videos: [{ url: "..." }] }
   - text: { texts: ["..."] }
   - select: { selections: "..." } (单选) / ["..."] (多选)
3.  添加 identifier 字段到 API 请求
4.  从 storage 获取用户 session 作为 identifier

修复问题:
-  之前:{ "data": { "node_xxx": "blob:..." } }
-  现在:{ "data": { "node_xxx": { "images": [{ "url": "..." }] } }, "identifier": "user-id" }

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 18:30:03 +08:00
.claude feat: 性能优化与余额扣费系统集成 2025-11-11 18:11:05 +08:00
.vscode Initial commit: Expo app with Better Auth integration 2025-10-14 10:32:52 +08:00
app 🐛 fix: 修复 template run 数据格式与 identifier 缺失问题 2025-11-11 18:30:03 +08:00
assets feat: 完整应用重构 - 优化界面架构与用户体验 2025-11-03 12:44:12 +08:00
components feat: 性能优化与余额扣费系统集成 2025-11-11 18:11:05 +08:00
constants feat: 完整应用重构 - 优化界面架构与用户体验 2025-11-03 12:44:12 +08:00
design 🔐 feat: 认证系统升级 - 从重定向到底部Modal的完整改造 2025-10-31 11:18:20 +08:00
hooks feat: 完整应用重构 - 优化界面架构与用户体验 2025-11-03 12:44:12 +08:00
lib 🐛 fix: 修复 template run 数据格式与 identifier 缺失问题 2025-11-11 18:30:03 +08:00
types 🐛 修复视频播放器无限循环渲染问题 2025-11-10 11:58:56 +08:00
utils 🐛 修复视频播放器无限循环渲染问题 2025-11-10 11:58:56 +08:00
.gitignore feat: 应用界面重构 - 从模板中心到AI内容生成平台 2025-10-31 17:53:56 +08:00
AGENTS.md fix: error 2025-10-29 19:38:04 +08:00
CLAUDE.md Initial commit: Expo app with Better Auth integration 2025-10-14 10:32:52 +08:00
android-keystore.json fix: bug 2025-10-21 10:21:45 +08:00
app.json 🐛 修复视频播放器无限循环渲染问题 2025-11-10 11:58:56 +08:00
bun.lock 🐛 修复视频播放器无限循环渲染问题 2025-11-10 11:58:56 +08:00
eas.json fix: bug 2025-10-21 10:21:45 +08:00
eslint.config.js Initial commit: Expo app with Better Auth integration 2025-10-14 10:32:52 +08:00
metro.config.js Initial commit: Expo app with Better Auth integration 2025-10-14 10:32:52 +08:00
package-lock.json feat: 应用界面重构 - 从模板中心到AI内容生成平台 2025-10-31 17:53:56 +08:00
package.json 🐛 修复视频播放器无限循环渲染问题 2025-11-10 11:58:56 +08:00
tsconfig.json Initial commit: Expo app with Better Auth integration 2025-10-14 10:32:52 +08:00