mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
添加bing第三方绘图图片大小配置
This commit is contained in:
parent
c5421bb5a0
commit
096bcbca56
3 changed files with 16 additions and 2 deletions
|
|
@ -647,6 +647,18 @@
|
|||
"type": "text",
|
||||
"label": "第三方绘图采样方法",
|
||||
"data": "bingDrawSampler"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"label": "第三方绘图宽度",
|
||||
"placeholder": "图片宽度",
|
||||
"data": "bingDrawWidth"
|
||||
},
|
||||
{
|
||||
"type": "bingDrawWidth",
|
||||
"label": "第三方绘图高度",
|
||||
"placeholder": "图片高度",
|
||||
"data": "bingDrawHeight"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue