mirror of
https://github.com/Cola-Echo/memory-manager-concurrent.git
synced 2026-06-14 09:25:50 +00:00
feat: 支持 Lore-char 命名的总结世界书识别
- isSummaryBook 函数新增对 Lore-char/lore-char 的检测 - 修复启用记忆搜索助手时进度条重复显示总结世界书任务的问题 - 更新错误提示信息,说明支持的命名规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
66
games/mario/docs/docs.css
Normal file
66
games/mario/docs/docs.css
Normal file
@@ -0,0 +1,66 @@
|
||||
|
||||
a {
|
||||
color: #4242FF;
|
||||
}
|
||||
.navbar-inverse {
|
||||
border-radius: 0;
|
||||
background-color: #4242FF;
|
||||
border-color: #4242FF;
|
||||
}
|
||||
.navbar-inverse .navbar-collapse,
|
||||
.navbar-inverse .navbar-form {
|
||||
border-color: #4242FF;
|
||||
}
|
||||
.navbar-inverse .navbar-brand,
|
||||
.navbar-inverse .navbar-nav>li>a {
|
||||
color: #F0F0F0;
|
||||
}
|
||||
a.navbar-brand {
|
||||
padding-left: 50px;
|
||||
}
|
||||
a.navbar-brand img {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 32px;
|
||||
margin: -8px 0 0 -42px;
|
||||
}
|
||||
footer.navbar-default {border-radius: 0; margin-bottom: 0;}
|
||||
.bs-sidebar .nav > .active > ul {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.bs-sidebar .nav > li > a {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.bs-sidebar .nav > li.active {
|
||||
background-color: #428bca;
|
||||
border-radius: 0;
|
||||
}
|
||||
.bs-sidebar .nav > li.active > a {
|
||||
color: white;
|
||||
}
|
||||
.bs-sidebar .nav > li.active > a:hover {
|
||||
background-color: #428bca;
|
||||
}
|
||||
li.github-icon {
|
||||
padding-left: 10px;
|
||||
}
|
||||
li.github-icon a {
|
||||
display: inline-block;
|
||||
padding-left: 32px;
|
||||
color: white;
|
||||
}
|
||||
li.github-icon a img {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 32px;
|
||||
margin: -7px 0 0 -32px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
li.github-icon a:hover img {
|
||||
opacity: 1.0;
|
||||
}
|
||||
.bs-sidebar .nav > li.active,
|
||||
.bs-sidebar .nav > li.active > a:hover {
|
||||
background-color: #4242FF;
|
||||
}
|
||||
Reference in New Issue
Block a user