This commit is contained in:
decolua
2026-04-06 17:36:04 +07:00
parent 307be3b63d
commit fca829aa2a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "9router-app", "name": "9router-app",
"version": "0.3.78", "version": "0.3.79",
"description": "9Router web dashboard", "description": "9Router web dashboard",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -484,7 +484,7 @@ export default function APIPageClient({ machineId }) {
</div> </div>
{/* Direct local endpoint */} {/* Direct local endpoint */}
<div className="flex items-center gap-2 mt-1"> {/* <div className="flex items-center gap-2 mt-1">
<span className="text-xs text-text-muted shrink-0">Direct</span> <span className="text-xs text-text-muted shrink-0">Direct</span>
<span className="material-symbols-outlined text-text-muted text-[12px]">arrow_forward</span> <span className="material-symbols-outlined text-text-muted text-[12px]">arrow_forward</span>
<code className="flex-1 text-xs text-text-muted font-mono truncate">{baseUrl}/chat/completions</code> <code className="flex-1 text-xs text-text-muted font-mono truncate">{baseUrl}/chat/completions</code>
@@ -495,7 +495,7 @@ export default function APIPageClient({ machineId }) {
> >
<span className="material-symbols-outlined text-[14px]">{copied === "direct_url" ? "check" : "content_copy"}</span> <span className="material-symbols-outlined text-[14px]">{copied === "direct_url" ? "check" : "content_copy"}</span>
</button> </button>
</div> </div> */}
{/* Tunnel Status */} {/* Tunnel Status */}
{tunnelStatus && ( {tunnelStatus && (