OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
body .jstree-default .jstree-wholerow-hovered,
body .jstree-default .jstree-wholerow-clicked{
background:var(--main-menu-overlayed-link-hover-bg);
border-radius: var(--box-radius);
}
body .jstree-default .jstree-clicked {
color:var(--main-menu-link-hover-color);
}
.jstree-default .jstree-node {
line-height:34px;
min-height:34px;
}
body .jstree-default .jstree-node a{
padding-top:4px;
padding-bottom:4px;
}
body .jstree-default .jstree-node .jstree-wholerow {
height:34px;
}
#article-toc-wrapper {
}
body .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -9px 1px;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -40px 1px;
}
.jstree-default .jstree-icon:empty {
width:20px;
padding-right:4px;
opacity: var(--opacity-muted);
}
.jstree-wholerow-ul {
max-width:100%;
overflow:hidden;
}