File size: 555 Bytes
dc9e27a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import styles from './index.module.less';
import IconFont from '../iconfont';

const Notice = () => {
    return <>
        <div className={styles.notice}>如果想要更丝滑的体验,请在本地搭建-<a href='https://github.com/internLM/mindsearch' target='_blank'>Mind Search <IconFont type='icon-GithubFilled' /></a></div>
        <div className={styles.notice}>Powered by InternLM2.5, this service has been specifically optimized for Chinese. For a better experience in English, you can build it locally.</div>
    </>;
};
export default Notice;