初始化提交

This commit is contained in:
王立帮
2024-07-19 10:16:00 +08:00
parent 4c7b571f20
commit 4a2d56dcc4
7084 changed files with 741212 additions and 63 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,107 @@
.jstree-node, .jstree-ocl {
background-image: unset !important;
}
.jstree-icon:before {
font: normal normal normal 16px/1 codicon;
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgb(127 127 127 / 30%);
top: 5px;
position: relative;
font-size: 15px;
}
.jstree-ocl {
width: 15px !important;
}
.jstree-ocl:before {
top: 3px;
}
.jstree-closed > .jstree-ocl:before {
content: "\eab6";
}
.jstree-open > .jstree-ocl:before {
content: "\eab4";
}
.jstree-container-ul .jstree-node {
margin-left: 10px;
}
.jstree-container-ul > .jstree-node {
margin-left: 0px;
}
.jstree-anchor {
font-size: 13px !important;
font-family: Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif;
opacity: 0.8;
}
html[data-bs-theme=light] .jstree-anchor {
color: rgb(50, 50, 50) !important;
}
html[data-bs-theme=dark] .jstree-anchor {
color: rgb(204, 204, 204) !important;
}
.jstree-clicked {
box-shadow: unset !important;
}
.jstree-default-dark {
background-color: #1e1e1e;
}
.jstree-default-dark .jstree-clicked {
background-color: #37373b;
}
.jstree-default-dark .jstree-wholerow-clicked {
background: #474748;
}
.jstree-default .jstree-wholerow-clicked {
background: #e4e6f1;
}
.jstree {
cursor: pointer;
}
.jstree .jstree-node > .jstree-anchor > input {
width: calc(100% - 30px) !important;
}
html[data-bs-theme=light] .jstree .jstree-node > .jstree-anchor > input {
border-color: var(--app-light-color) !important;
}
html[data-bs-theme=light] .jstree .jstree-node > .jstree-anchor > input::selection {
color: var(--app-light-color);
}
html[data-bs-theme=dark] .jstree .jstree-node > .jstree-anchor > input {
border-color: var(--app-dark-color) !important;
}
html[data-bs-theme=dark] .jstree .jstree-node > .jstree-anchor > input::selection {
color: var(--app-dark-color);
}

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1696397989675" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5281" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M885.333333 168.533333h-448L341.333333 110.933333c-6.4-4.266667-14.933333-6.4-21.333333-6.4H134.4c-51.2 0-93.866667 42.666667-93.866667 93.866667v622.933333c0 51.2 42.666667 93.866667 93.866667 93.866667h750.933333c51.2 0 93.866667-42.666667 93.866667-93.866667V262.4c0-51.2-40.533333-93.866667-93.866667-93.866667z m-738.133333 21.333334h160l96 57.6c6.4 4.266667 14.933333 6.4 21.333333 6.4h445.866667c12.8 0 21.333333 8.533333 21.333333 21.333333V298.666667c0 12.8-8.533333 21.333333-21.333333 21.333333h-725.333333c-12.8 0-21.333333-8.533333-21.333334-21.333333V211.2c2.133333-10.666667 12.8-21.333333 23.466667-21.333333z" fill="#80B8F8" p-id="5282"></path></svg>

After

Width:  |  Height:  |  Size: 998 B