Files
chat/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-10-16-v1.9.2.md
2026-04-25 16:36:34 +08:00

45 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 版本发布日志 v1.9.2
authors: moonrailgun
image: /img/logo.svg
slug: release-1.9.2
keywords:
- tailchat
tags: [Release Note]
---
### 特性更新
#### 增加桌面版分享屏幕的支持
![](/img/blog/release-note/v1.9.2/1.png)
现在可以在electron上点开屏幕分享并选中想要分享的窗口了
#### 增加桌面版增加原生浏览器渲染
支持打开因受到网页版限制而无法打开的网页
例如,如下是一个因为网站策略无法被嵌套显示的网页,受限于网页安全限制不会被嵌入
![](/img/blog/release-note/v1.9.2/2.png)
但是你可以打开网页原生渲染,使用内置的原生浏览器渲染替代嵌入网页
![](/img/blog/release-note/v1.9.2/3.png)
这样你就能突破对方网站的安全限制,自由嵌入任何页面,就像是在使用浏览器一样
![](/img/blog/release-note/v1.9.2/4.png)
> 如果切换后没有立即生效,可以按下快捷键 `cmd + r` 重新加载 `tailchat`
### 其他更新
- 增加文件访问次数记录
- 增加消息搜索接口
- **admin**: 支持删除私人消息
- 修复浅色模式下AI助手在popover中透明的问题
- 修复了在未加载富文本插件的情况下键入时出现 # 的错误
- 修复了文件上传同一文件时会导致数据库会重复记录文件的bug