This commit is contained in:
2026-02-27 16:03:04 +08:00
commit 5aedf1665d
137 changed files with 17604 additions and 0 deletions

27
config/shop_prompts.json Normal file
View File

@@ -0,0 +1,27 @@
{
"shops": {
"tb2801080146": {
"type": "gemini_api",
"hint": "【店铺类型】Gemini API 账号。客户问账号/pro/续费/没pro时按API客服回复续费/充值/套餐说明。"
},
"小威哥1216": {
"type": "find_image",
"hint": "【店铺类型】找原图/修图。"
}
},
"goods_keywords": {
"gemini": "gemini_api",
"pro": "gemini_api",
"nano": "gemini_api",
"api": "gemini_api",
"找原图": "find_image",
"修图": "find_image",
"模糊图": "find_image",
"清晰处理": "find_image"
},
"type_hints": {
"gemini_api": "【店铺类型】Gemini API 账号。客户问账号/pro/续费/没pro时按API客服回复续费/充值/套餐说明,自然回复。",
"find_image": "【店铺类型】找原图/修图。"
},
"_comment": "新增店铺:在 shops 加 acc_id。新增商品类型在 goods_keywords 加关键词→类型。"
}