节点可以单独设置所使用的API节点地址

This commit is contained in:
刘祥超
2022-11-21 19:54:54 +08:00
parent a7bdb64301
commit 0dc19bed45
16 changed files with 151 additions and 7 deletions

View File

@@ -31,4 +31,22 @@ a {
a.small {
font-size: 0.8em;
text-align: center;
}
.node-name-td {
position: relative;
.icon.setting {
display: none;
position: absolute;
right: 1em;
top: 50%;
margin-top: -1em;
}
}
.node-name-td:hover {
.icon.setting {
display: inline;
}
}