Skip to content

Commit b766ff7

Browse files
committed
v2026.5.9
1 parent 4f14a3b commit b766ff7

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

UPDATE_LOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* 添加 soloncode `/rewind` 命令(对话回退)
66
* 添加 soloncode web (输入框空时)上下键选历史任务功能
77
* 添加 soloncode web 微信通道命令支持
8+
* 添加 soloncode web icon
89
* 调整 soloncode 心智记忆改为 md 文件保存(之前的会失效)
910
* 调整 soloncode web 改用 websocket 统一输出
1011
* 修复 soloncode web `/loop` 任务没有用会话选中模型的问题
15.3 KB
Loading

soloncode-cli/src/main/resources/static/web.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4+
<title>Solon Code Web</title>
45
<meta charset="UTF-8"/>
56
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>Solon Code Web</title>
7+
<meta rel="apple-touch-icon" href="/img/favicon.png"/>
8+
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.png"/>
9+
<link rel="icon" sizes="any" type="image/x-icon" href="/img/favicon.png"/>
710
<link rel="stylesheet" href="/layui/css/layui.css"/>
811
<link rel="stylesheet" href="/css/theme.css"/>
912
<link rel="stylesheet" href="/css/app.css"/>

0 commit comments

Comments
 (0)