mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 加个天气小工具
This commit is contained in:
parent
39478d2928
commit
e192e51ef2
7 changed files with 104 additions and 30 deletions
|
|
@ -788,6 +788,12 @@ export function supportGuoba () {
|
|||
label: 'Live2D模型',
|
||||
bottomHelpMessage: '选择Live2D使用的模型',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'amapKey',
|
||||
label: '高德APIKey',
|
||||
bottomHelpMessage: '用于查询天气',
|
||||
component: 'Input'
|
||||
}
|
||||
],
|
||||
// 获取配置数据方法(用于前端填充显示数据)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue