18586361686
2025-05-27 d0c64c9d57497836656814cf6013ab295a6db9aa
aiflowy-ui-react/src/pages/ai/botDesign/BotDesign.tsx
@@ -465,12 +465,12 @@
                                    />
                                </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}/>
@@ -497,7 +497,17 @@
                                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}/>