Files
ai-toy-patent-workflow/.project.json

72 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"created" : "2026-05-18",
"credentials" : [
{
"env" : "OPENAI_API_KEY",
"name" : "OPENAI_API_KEY",
"note" : "GPT 文本\/结构化\/图片生成;没填则图片 mock"
},
{
"env" : "SEEDANCE_API_KEY",
"name" : "SEEDANCE_API_KEY",
"note" : "Seedance 视频生成;当前视频默认 provider没填则视频接口不可用"
},
{
"env" : "WEB_AUTH_USERNAME\/WEB_AUTH_PASSWORD\/WEB_AUTH_SESSION_SECRET",
"name" : "WEB_LOGIN",
"note" : "网页登录;生产值只放 VPS deploy\/.env.production 和 \/root\/ai-toy-patent-workflow-login.txt"
}
],
"description" : "批量生成毛绒玩具IP意向→快速筛选→自动出多角度\/尺寸图,喂给专利申请",
"kind" : "tool",
"name" : "AI玩具专利生成工作流",
"ownership" : "personal",
"pin_order" : 1779411563,
"pinned" : true,
"ports" : [
{
"fixed" : true,
"label" : "dev",
"port" : 4560
}
],
"quick_login" : {
"label" : "AI Toy Patent \/ 登录",
"password" : "22668050fb50f6e95cb5e32c",
"url" : "https:\/\/ai-toy.kang-kang.com\/login",
"username" : "kangwan"
},
"stack" : [
"Next.js + GPT + Seedance 视频",
"Docker Compose local\/prod parity",
"Coolify Traefik"
],
"status" : "active",
"urls" : [
{
"label" : "VPS 生产",
"type" : "app",
"url" : "https:\/\/ai-toy.kang-kang.com"
},
{
"label" : "VPS 登录",
"type" : "app",
"url" : "https:\/\/ai-toy.kang-kang.com\/login"
},
{
"label" : "本地 Docker",
"type" : "app",
"url" : "http:\/\/localhost:4560"
},
{
"label" : "git",
"type" : "repo",
"url" : "https:\/\/git.kang-kang.com\/kangwan\/ai-toy-patent-workflow"
}
],
"worklog" : {
"auto" : true,
"path" : ".memory\/worklog.json"
}
}