Skip to content

Commit

Permalink
update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
SaudM committed Jun 9, 2023
1 parent 75eadfa commit 77ff60a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wx: mxh_88

- [FLT 常见问题](https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh)
- [公众号接入](https://www.bilibili.com/video/BV1xh4y1t7fy/)
- [FLT + Laf 最佳实践,将知识库装入公众号,点击去 Laf 公众号体验效果](https://b4jky7-fastgpt.oss.laf.run/lafercode.png)
- [FLT + Laf 最佳实践,将AI程序接入公众号,点击去 Laf 公众号体验效果](https://b4jky7-fastgpt.oss.laf.run/lafercode.png)
- [FLT V3.4 更新集合](https://www.bilibili.com/video/BV1Lo4y147Qh/?vd_source=92041a1a395f852f9d89158eaa3f61b4)
- [FLT 知识库演示](https://www.bilibili.com/video/BV1Wo4y1p7i1/)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>LMU 知识库</title>
<title>LMU AI开放平台</title>
<meta name="description" content="Generated by LMU" />
<meta
name="viewport"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/openapi/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ const OpenApi = () => {
<Box py={[5, 10]} px={'5vw'}>
<Card px={6} py={4} position={'relative'}>
<Box fontSize={'xl'} fontWeight={'bold'}>
LMU 知识库的Api
LMU 的Api
</Box>
<Box fontSize={'sm'} mt={2}>
我们的知识库 API
我们的开放平台 API
可以将部分功能无缝集成到你的应用程序中,比如飞书、企业微信和客服助手等。请务必注意保管你的
API Key,确保其不被泄露
</Box>
<Box>使用 Fast Api 功能仅能使用平台余额。</Box>
<Box>使用 LMU Api 功能仅能使用平台余额。</Box>
<Box
my={1}
as="a"
Expand Down
8 changes: 4 additions & 4 deletions src/service/utils/sendNote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const mailTransport = nodemailer.createTransport({

const emailMap: { [key: string]: any } = {
[UserAuthTypeEnum.register]: {
subject: '注册 LMU 知识库账号',
html: (code: string) => `<div>您正在注册 LMU 知识库账号,验证码为:${code}</div>`
subject: '注册 LMU 平台账号',
html: (code: string) => `<div>您正在注册 LMU AI开放平台账号,验证码为:${code}</div>`
},
[UserAuthTypeEnum.findPassword]: {
subject: '修改 LMU 知识库密码',
html: (code: string) => `<div>您正在修改 LMU 知识库账号密码,验证码为:${code}</div>`
subject: '修改 LMU 平台密码',
html: (code: string) => `<div>您正在修改 LMU AI开放平台账号密码,验证码为:${code}</div>`
}
};

Expand Down

0 comments on commit 77ff60a

Please sign in to comment.