feat: lien PLY téléchargement direct depuis dashboard (port 8300 worker)

This commit is contained in:
Flag
2026-04-23 22:14:39 +00:00
parent 325e5feb5f
commit fb38ff2192
3 changed files with 13 additions and 0 deletions

View File

@@ -172,3 +172,5 @@ code { background: rgba(255,255,255,0.05); padding: 0 0.25rem; border-radius: 3p
border-radius: 4px;
}
.docs-link:hover { background: #2d2f31; }
.btn-glb, .btn-ply-dl { display: inline-block; text-decoration: none; padding: 3px 10px; border: 1px solid #8bc34a; border-radius: 3px; color: #8bc34a; font-size: 0.72rem; background: transparent; cursor: pointer; font-family: inherit; }
.btn-glb:hover, .btn-ply-dl:hover { background: #8bc34a; color: #000; }