--完善开发地址

This commit is contained in:
2025-10-10 11:35:02 +08:00
parent 41e936a21e
commit 7c28a46862
23 changed files with 9328 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1 @@
body{padding-top:0;background:#f7f7f7}body>.ui.container{width:100%;padding:0}#project-title{background:#6e6e6e;width:100%;line-height:3.572rem;color:#fff;font-size:1.2rem}#project-title .title-wrap{font-weight: bold;padding:0 12px;width:100%;max-width:1366px !important;min-width:900px;margin:0 auto}#project-title .left,#project-title right{display:inline-block}#project-title .right{float:right}#project-title .right .wiki-actions .menu{left:auto;right:0;margin-top:.4em !important}#wiki-preview-container{width:100%;max-width:1366px !important;min-width:900px;padding:0;border:1px solid #e3e9ed;border-top:0}#wiki-preview>.ui.segment{margin-top:0;padding:1rem;padding-left:0;border:0}#wiki-preview>.ui.segment .doc-list{border-right:1px solid #e3e9ed;border-bottom:0;padding-top:0;overflow-y:auto}#wiki-preview>.ui.segment .doc-list .title{font-size:1rem;line-height:2.6;margin:0 -1rem;padding:0 10px;border-bottom:1px solid #e3e9ed;background:#fcfcfc}#wiki-preview>.ui.segment .doc-content{padding-top:0}#page-loading{display:none}.ui.dimmer{min-height:420px}.ztree li span.button.switch{visibility:visible}.ztree li ul>li:hover{color:#40485b}.hover-places{display:inline-block}#page-detail{width:80%;margin:0 auto}#page-detail .title{font-weight: bold;font-size:24px;padding:12px 0;border-bottom:1px solid #ccc}#page-detail .content{margin-top:15px}.content p{word-wrap: break-word;}#wikis,#wiki-title,#wiki-parent{display:none}.ui.grid{padding:0 !important}#ex-all{cursor:pointer;color:#537c8d}

View File

@ -0,0 +1,240 @@
.markdown-body {
font-size: 14px;
line-height: 1.6;
padding: 30px;
color: #333; }
.markdown-body *:first-child {
margin-top: 0 !important; }
.markdown-body *:last-child {
margin-bottom: 0 !important; }
.markdown-body a {
color: #4183C4;
text-decoration: none; }
.markdown-body a.absent {
color: #cc0000; }
.markdown-body a.anchor {
display: block;
padding-left: 25px;
margin-left: -18px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
cursor: text;
position: relative; }
.markdown-body h2:first-child, .markdown-body h1:first-child, .markdown-body h1:first-child + h2, .markdown-body h3:first-child, .markdown-body h4:first-child, .markdown-body h5:first-child, .markdown-body h6:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:hover a.anchor, .markdown-body h2:hover a.anchor, .markdown-body h3:hover a.anchor, .markdown-body h4:hover a.anchor, .markdown-body h5:hover a.anchor, .markdown-body h6:hover a.anchor {
background: url(/assets/pin-20.png) no-repeat left center;
text-decoration: none; }
.markdown-body h1 tt, .markdown-body h1 code {
font-size: inherit; }
.markdown-body h2 tt, .markdown-body h2 code {
font-size: inherit; }
.markdown-body h3 tt, .markdown-body h3 code {
font-size: inherit; }
.markdown-body h4 tt, .markdown-body h4 code {
font-size: inherit; }
.markdown-body h5 tt, .markdown-body h5 code {
font-size: inherit; }
.markdown-body h6 tt, .markdown-body h6 code {
font-size: inherit; }
.markdown-body h1 {
font-size: 30px;
color: black; }
.markdown-body h2 {
font-size: 24px;
border-bottom: 1px solid #cccccc;
color: black; }
.markdown-body h3 {
font-size: 18px; }
.markdown-body h4 {
font-size: 16px; }
.markdown-body h5 {
font-size: 14px; }
.markdown-body h6 {
color: #777777;
font-size: 14px; }
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body li, .markdown-body table, .markdown-body pre {
margin: 15px 0; }
.markdown-body hr {
background: transparent url(/assets/md-hr.png) repeat-x 0 0;
border: 0 none;
color: #cccccc;
height: 4px;
padding: 0; }
.markdown-body h2:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body h1:first-child + h2 {
margin-top: 0;
padding-top: 0; }
.markdown-body h3:first-child, .markdown-body h4:first-child, .markdown-body h5:first-child, .markdown-body h6:first-child {
margin-top: 0;
padding-top: 0; }
.markdown-body a:first-child h1, .markdown-body a:first-child h2, .markdown-body a:first-child h3, .markdown-body a:first-child h4, .markdown-body a:first-child h5, .markdown-body a:first-child h6 {
margin-top: 0;
padding-top: 0; }
.markdown-body h1 p, .markdown-body h2 p, .markdown-body h3 p, .markdown-body h4 p, .markdown-body h5 p, .markdown-body h6 p {
margin-top: 0; }
.markdown-body li p.first {
display: inline-block; }
.markdown-body ul :first-child, .markdown-body ol :first-child {
margin-top: 0; }
.markdown-body ul :last-child, .markdown-body ol :last-child {
margin-bottom: 0; }
.markdown-body dl {
padding: 0; }
.markdown-body dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 15px 0 5px; }
.markdown-body dl dt:first-child {
padding: 0; }
.markdown-body dl dt > :first-child {
margin-top: 0; }
.markdown-body dl dt > :last-child {
margin-bottom: 0; }
.markdown-body dl dd {
margin: 0 0 15px;
padding: 0 15px; }
.markdown-body dl dd > :first-child {
margin-top: 0; }
.markdown-body dl dd > :last-child {
margin-bottom: 0; }
.markdown-body blockquote {
border-left: 4px solid #dddddd;
padding: 0 15px;
color: #777777; }
.markdown-body blockquote > :first-child {
margin-top: 0; }
.markdown-body blockquote > :last-child {
margin-bottom: 0; }
.markdown-body table {
padding: 0;
width: auto; }
.markdown-body table tr {
border-top: 1px solid #dddddd;
background-color: white;
margin: 0;
padding: 0; }
.markdown-body table tr:nth-child(odd) {
background-color: #f8f8f8; }
.markdown-body table tr th {
font-weight: bold;
border: 1px solid #dddddd;
text-align: left;
margin: 0;
padding: 6px 13px; }
.markdown-body table tr td {
border: 1px solid #dddddd;
text-align: left;
margin: 0;
padding: 6px 13px; }
.markdown-body table tr th :first-child, .markdown-body table tr td :first-child {
margin-top: 0; }
.markdown-body table tr th :last-child, .markdown-body table tr td :last-child {
margin-bottom: 0; }
.markdown-body img {
max-width: 100%; }
.markdown-body span.frame {
display: block;
overflow: hidden; }
.markdown-body span.frame > span {
border: 1px solid #dddddd;
display: block;
float: left;
overflow: hidden;
margin: 13px 0 0;
padding: 7px;
width: auto; }
.markdown-body span.frame span img {
display: block;
float: left; }
.markdown-body span.frame span span {
clear: both;
color: #333333;
display: block;
padding: 5px 0 0; }
.markdown-body span.align-center {
display: block;
overflow: hidden;
clear: both; }
.markdown-body span.align-center > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: center; }
.markdown-body span.align-center span img {
margin: 0 auto;
text-align: center; }
.markdown-body span.align-right {
display: block;
overflow: hidden;
clear: both; }
.markdown-body span.align-right > span {
display: block;
overflow: hidden;
margin: 13px 0 0;
text-align: right; }
.markdown-body span.align-right span img {
margin: 0;
text-align: right; }
.markdown-body span.float-left {
display: block;
margin-right: 13px;
overflow: hidden;
float: left; }
.markdown-body span.float-left span {
margin: 13px 0 0; }
.markdown-body span.float-right {
display: block;
margin-left: 13px;
overflow: hidden;
float: right; }
.markdown-body span.float-right > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: right; }
.markdown-body code, .markdown-body tt {
margin: 0 2px;
padding: 0 5px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8; }
.markdown-body pre code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent; }
.markdown-body .highlight pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px; }
.markdown-body pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px; }
.markdown-body pre code, .markdown-body pre tt {
background-color: transparent;
border: none; }

View File

@ -0,0 +1,97 @@
.ztree * {
padding:0; margin:0; font-size:14px;
font-family: PingFangSC-Regular;
font-size: 14px;
/*color: #40485B;*/
letter-spacing: 0;
line-height: 24px;
}
.ztree {margin:0; padding:5px; color:#333}
.ztree li{padding:0; margin:0; list-style:none; line-height:17px; text-align:left; white-space:nowrap; outline:0}
.ztree li .node_name {
width: 100px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url("./img/line_conn.png") 0 0 repeat-y;}
.ztree li a {padding: 12px 8px 1px 4px; line-height: 24px; margin:0; cursor:pointer; height:21px; color:#333; background-color: transparent; text-decoration:none;}
/*.ztree li a:hover {text-decoration:underline;}*/
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#e5e5e5; color:black; height:21px; border:1px #666 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner { background-color:#aaa; color:white; border:1px #666 solid;
opacity:0.8; filter:alpha(opacity=80)}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
font-size:12px; border:1px #585956 solid; *border:0px}
.ztree li span {line-height:21px; margin-right:2px; padding-left: 6px;}
.ztree li span.button {line-height:0; margin:0; padding: 0; width:21px; height:21px; display: inline-block; vertical-align:middle;
border:0 none; cursor: pointer;outline:none;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-image:url("./img/metro.png"); *background-image:url("./img/metro.gif")}
.ztree li span.button.chk {width:13px; height:13px; margin:0 2px; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position: -5px -5px;}
.ztree li span.button.chk.checkbox_false_full_focus {background-position: -5px -26px;}
.ztree li span.button.chk.checkbox_false_part {background-position: -5px -48px;}
.ztree li span.button.chk.checkbox_false_part_focus {background-position: -5px -68px;}
.ztree li span.button.chk.checkbox_false_disable {background-position: -5px -89px;}
.ztree li span.button.chk.checkbox_true_full {background-position: -26px -5px;}
.ztree li span.button.chk.checkbox_true_full_focus {background-position: -26px -26px;}
.ztree li span.button.chk.checkbox_true_part {background-position: -26px -48px;}
.ztree li span.button.chk.checkbox_true_part_focus {background-position: -26px -68px;}
.ztree li span.button.chk.checkbox_true_disable {background-position: -26px -89px;}
.ztree li span.button.chk.radio_false_full {background-position: -47px -5px;}
.ztree li span.button.chk.radio_false_full_focus {background-position: -47px -26px;}
.ztree li span.button.chk.radio_false_part {background-position: -47px -47px;}
.ztree li span.button.chk.radio_false_part_focus {background-position: -47px -68px;}
.ztree li span.button.chk.radio_false_disable {background-position: -47px -89px;}
.ztree li span.button.chk.radio_true_full {background-position: -68px -5px;}
.ztree li span.button.chk.radio_true_full_focus {background-position: -68px -26px;}
.ztree li span.button.chk.radio_true_part {background-position: -68px -47px;}
.ztree li span.button.chk.radio_true_part_focus {background-position: -68px -68px;}
.ztree li span.button.chk.radio_true_disable {background-position: -68px -89px;}
.ztree li span.button.switch {width:21px; height:21px}
.ztree li span.button.root_open{background-position:-105px -63px}
.ztree li span.button.root_close{background-position:-126px -63px}
.ztree li span.button.roots_open{background-position: -105px 0;}
.ztree li span.button.roots_close{background-position: -126px 0; }
.ztree li span.button.center_open{background-position: -105px -21px; }
.ztree li span.button.center_close{background-position: -126px -21px; }
.ztree li span.button.bottom_open{background-position: -105px -42px;}
.ztree li span.button.bottom_close{background-position: -126px -42px;}
.ztree li span.button.noline_open{background-position: -105px -84px;}
.ztree li span.button.noline_close{background-position: -126px -84px;}
.ztree li span.button.root_docu{ background:none; }
.ztree li span.button.roots_docu{background-position: -84px 0;}
.ztree li span.button.center_docu{background-position: -84px -21px; }
.ztree li span.button.bottom_docu{background-position: -84px -42px;}
.ztree li span.button.noline_docu{ background:none;}
.ztree li span.button { vertical-align: top; }
.ztree li span.button.ico_open{margin-right:2px; background-position: -147px -21px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; margin-right:2px; background-position: -147px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background-position: -147px -42px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-left:2px; margin-right: -1px; background-position: -189px -21px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit:hover {
background-position: -168px -21px;
}
.ztree li span.button.remove {margin-left:2px; margin-right: -1px; background-position: -189px -42px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove:hover {
background-position: -168px -42px;
}
.ztree li span.button.add {margin-left:2px; margin-right: -1px; background-position: -189px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.add:hover {
background-position: -168px 0;
}
.ztree li span.button.ico_loading{margin-right:2px; background:url("./img/loading.gif") no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}
span.tmpzTreeMove_arrow {width:16px; height:21px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-position:-168px -84px; background-image:url("./img/metro.png"); *background-image:url("./img/metro.gif")}
ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.ztreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB