Files
20260512-skg-tk/.project.json
2026-05-17 11:01:54 +08:00

85 lines
2.7 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.
{
"company": "SKG",
"created": "2026-05-12",
"credentials": [
{
"description": "SKG AI 网关 API Key生产只放服务器 deploy/.env.production 的 LLM_API_KEY本地开发放 api/.env不入库",
"name": "LLM_API_KEY",
"storage": "api/.env / deploy/.env.production",
"type": "api_key"
},
{
"description": "MiniMax T2A 配音 API Key本地开发只放 api/.env 的 MINIMAX_API_KEY不入库",
"name": "MINIMAX_API_KEY",
"storage": "api/.env",
"type": "api_key"
},
{
"description": "SKG 豆包 / Seedance 视频生成 API Key生产只放服务器 deploy/.env.production 的 VIDEO_API_KEY本地开发放 api/.env不入库",
"name": "VIDEO_API_KEY",
"storage": "api/.env / deploy/.env.production",
"type": "api_key"
},
{
"description": "生产网页登录;用户名写 RULES.md密码只放服务器 /root/skg-marketing-studio-login.txt后端会话密钥只放服务器 deploy/.env.production 的 WEB_AUTH_SESSION_SECRET",
"name": "WEB_LOGIN",
"storage": "/root/skg-marketing-studio-login.txt / deploy/.env.production",
"type": "web_login"
}
],
"description": "SKG 信息流广告快速复刻工作台TK/本地视频 → 视频抽帧 → 音频解析生成文案 → 剧情规划与 SKG 产品融入 → Seedance/Kling/Veo3 生成候选片段 → 选择组合成片;主界面为左侧单任务工作表,右侧无限画布暂时清空保留。",
"kind": "app",
"name": "SKG Marketing Studio / SKG 营销内容工作台",
"ownership": "company",
"pin_order": 1778664997,
"pinned": true,
"ports": [
{
"fixed": true,
"label": "web-dev",
"port": 4290
},
{
"fixed": true,
"label": "api-dev",
"port": 4291
}
],
"quick_login": {
"label": "SKG Marketing Studio / SKG 营销内容工作台",
"password": "c413cdc5bbbf2ca042",
"url": "https://marketing.skg.com",
"username": "skg"
},
"stack": [
"Next.js + Python(yt-dlp/ffmpeg) + OpenAI-compatible LLM + MiniMax T2A + nano-banana-pro/GPT Image + Seedance/Kling/Veo3"
],
"status": "active",
"urls": [
{
"label": "production",
"type": "app",
"url": "https://marketing.skg.com"
},
{
"label": "production-api",
"type": "backend",
"url": "https://marketing.skg.com/api"
},
{
"label": "source-analysis",
"type": "docs",
"url": "docs/source-analysis.html"
},
{
"type": "repo",
"label": "git",
"url": "https://git.kang-kang.com/kangwan/20260512-skg-tk"
}
],
"worklog": {
"auto": true,
"path": "/Users/kangwan/Projects/business/20260512-20260512-skg-tk-二创验证/.memory/worklog.json"
}
}