远程读取日志

This commit is contained in:
YHH
2025-10-16 17:10:22 +08:00
parent 1ec7892338
commit 43bdd7e43b
16 changed files with 966 additions and 80 deletions

View File

@@ -42,6 +42,7 @@
}
.startup-action-btn {
position: relative;
display: flex;
align-items: center;
gap: 12px;
@@ -72,6 +73,28 @@
border-color: #1177bb;
}
.startup-action-btn.disabled {
background-color: #252526;
border-color: #3e3e42;
color: #6e6e6e;
cursor: not-allowed;
opacity: 0.5;
}
.startup-action-btn.disabled:hover {
background-color: #252526;
border-color: #3e3e42;
}
.badge-coming-soon {
margin-left: auto;
font-size: 10px;
padding: 2px 6px;
background-color: #3e3e42;
border-radius: 2px;
color: #858585;
}
.btn-icon {
width: 20px;
height: 20px;