| | |
| | | /> |
| | | </div>, |
| | | }, |
| | | { |
| | | key: 'ui', |
| | | label: <CollapseLabel text="UI 与 Logo" onClick={() => { |
| | | }} plusDisabled/>, |
| | | children: text, |
| | | }, |
| | | // { |
| | | // key: 'ui', |
| | | // label: <CollapseLabel text="UI 与 Logo" onClick={() => { |
| | | // }} plusDisabled/>, |
| | | // children: text, |
| | | // }, |
| | | |
| | | ]} bordered={false}/> |
| | | |
| | |
| | | key: 'api', |
| | | label: <CollapseLabel text="API" onClick={() => { |
| | | }} plusDisabled/>, |
| | | children: text, |
| | | children: <div> |
| | | <div> |
| | | <span> |
| | | 使用手册请参考 <a |
| | | href={'https://aiflowy.tech/zh/development/ai/apiKey.html'} |
| | | target={"_blank"}>打开</a> |
| | | </span> |
| | | <TextArea readOnly disabled |
| | | value={'https://aiflowy.tech/zh/development/ai/apiKey.html'}></TextArea> |
| | | </div> |
| | | </div> |
| | | }, |
| | | ]} bordered={false}/> |
| | | |