v2.3.0
-
确保 API 密钥使用 ISO-8859-1 编码并进行 URL 编码处理:在调用在线模型接口时,对 API 密钥进行了编码兼容性处理
- 应对错误1:[Aether] Failed to start stream:Failed to execute 'append' on 'Headers': String contains non ISO-8859-1 code point. v3.3.6
- 应对错误2:获取模型列表失败:Failed to construct 'Headers': String contains non ISO-8859-1 code point
-
添加块内容去重功能以解决重复内容问题:当选中的块包含标题时,“添加到 Aether 输入”选项会导致内容重复
-
修复插件侧栏图标拖动后行为异常问题:当插件处于对话状态,此时拖动侧栏图标会导致插件操作失效
-
插件样式优化:更新了多个若干组件的 CSS 类名前缀,统一命名空间,增强样式隔离性
-
Ensure API key uses ISO-8859-1 encoding and performs URL encoding processing: when calling the online model interface, the API key is encoded for compatibility processing
- Response to error 1: [Aether] Failed to start stream:Failed to execute 'append' on 'Headers': String contains non ISO-8859-1 code point. v3.3.6
- Response to error 2: Failed to get model list: Failed to construct 'Headers': String contains non ISO-8859-1 code point
-
Added block content deduplication function to solve the problem of duplicate content: when the selected block contains a title, the "Add to Aether input" option will cause duplicate content
-
Fixed the behavior anomaly problem of the plugin sidebar icon after dragging: when the plugin is in the conversation state, dragging the sidebar icon will cause the plugin operation to fail
-
Plugin style optimization: updated the CSS class names of several components, unified the naming space, and enhanced the style isolation