初始提交
This commit is contained in:
24
config.example.env
Normal file
24
config.example.env
Normal file
@@ -0,0 +1,24 @@
|
||||
# 速创API配置
|
||||
API_KEY=your_api_key_here
|
||||
API_BASE_URL=https://api.wuyinkeji.com
|
||||
|
||||
# 生图接口
|
||||
GENERATE_API=/api/img/nanoBanana-pro
|
||||
|
||||
# 查询接口(图片生成结果查询)
|
||||
QUERY_API=/api/img/drawDetail
|
||||
|
||||
# 图片配置
|
||||
SOURCE_IMAGE_URL=https://your-image-host.com/P1191464.JPG
|
||||
# 或者如果使用本地图片,需要先上传到图床服务
|
||||
|
||||
# 生成配置
|
||||
IMAGE_SIZE=2K
|
||||
ASPECT_RATIO=1:1
|
||||
|
||||
# 查询间隔(毫秒)
|
||||
QUERY_INTERVAL=5000
|
||||
|
||||
# 最大查询次数
|
||||
MAX_QUERY_COUNT=60
|
||||
|
||||
Reference in New Issue
Block a user