Add renderAiAssistant()

This commit is contained in:
Yang Luo
2023-10-28 23:58:51 +08:00
parent f77fafae24
commit b38654a45a
3 changed files with 67 additions and 7 deletions

View File

@ -34,7 +34,7 @@ class OpenTour extends React.Component {
render() {
return (
this.canTour() ?
<Tooltip title="Click to enable the help wizard.">
<Tooltip title="Click to open tour">
<div className="select-box" style={{display: Setting.isMobile() ? "none" : null, ...this.props.style}} onClick={() => TourConfig.setIsTourVisible(true)} >
<QuestionCircleOutlined style={{fontSize: "24px", color: "#4d4d4d"}} />
</div>