petsHero-AI/docs/extConfig.md
2026-03-13 20:10:57 +08:00

16 lines
691 B
Markdown
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.

{
// 下面的三个字段说明A面都是 falseB面都是 true
"need_wait": false, // 是否展示 Video 菜单
"safe_area": false, // 是否防止截屏
"lucky": false, // 是否显示第三方支付
"privacy": "https://www.petsheroai.xyz/privacy.html",
"agreement": "https://www.petsheroai.xyz/terms.html",
"items": [ // 图片列表
{
"image": "https://cdn.magieveryai.xyz/cdn/temp/20260305/2029445184939401216.jpg", // 图片URL
"cost": 1, // 需要的积分
"title": "BananaTask", // taskType 任务类型,生图的时候需要的字段
"detail": "parallel_cyberpunk_city_heroes" // ext 生图的时候需要的字段
}
]
}