Skip to content

Commit

Permalink
提示
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLee1996 committed May 31, 2023
1 parent 7c053a1 commit 649f7a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

### 更新内容

- 2023/5/31 更新适配 websocket,优化细节,详见 commit
- 2023/5/19 新增文档对话功能,支持 pdf、docx
- 2023/5/15 完善配置文件和设置功能,完整适配手机
- 2023/4/27 测试版发布
Expand Down
7 changes: 4 additions & 3 deletions src/components/layouts/BaseHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ const { showSide, isMobile } = storeToRefs(appStore);
const about = () => {
ElMessageBox.alert(
`
本项目是专为 <a href="https://github.com/l15y/wenda" target="_blank">闻达</a> 设计的webui。<br>
本项目git地址: <a href="https://github.com/AlanLee1996/wenda-webui" target="_blank">wenda-webui</a>
`,
本项目是专为 <a href="https://github.com/l15y/wenda" target="_blank">闻达</a> 设计的webui。<br>
闻达内置版本更新周期较长,生产环境建议fork本项目。<br>
本项目git地址: <a href="https://github.com/AlanLee1996/wenda-webui" target="_blank">wenda-webui</a>,欢迎star!
`,
"关于本项目",
{
dangerouslyUseHTMLString: true,
Expand Down

0 comments on commit 649f7a6

Please sign in to comment.