File tree Expand file tree Collapse file tree
soloncode-cli/src/main/resources/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55* 添加 soloncode ` /rewind ` 命令(对话回退)
66* 添加 soloncode web (输入框空时)上下键选历史任务功能
77* 添加 soloncode web 微信通道命令支持
8+ * 添加 soloncode web icon
89* 调整 soloncode 心智记忆改为 md 文件保存(之前的会失效)
910* 调整 soloncode web 改用 websocket 统一输出
1011* 修复 soloncode web ` /loop ` 任务没有用会话选中模型的问题
Original file line number Diff line number Diff line change 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 "/>
You can’t perform that action at this time.
0 commit comments