mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Fix bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "9router-app",
|
||||
"version": "0.3.78",
|
||||
"version": "0.3.79",
|
||||
"description": "9Router web dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -484,7 +484,7 @@ export default function APIPageClient({ machineId }) {
|
||||
</div>
|
||||
|
||||
{/* 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="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>
|
||||
@@ -495,7 +495,7 @@ export default function APIPageClient({ machineId }) {
|
||||
>
|
||||
<span className="material-symbols-outlined text-[14px]">{copied === "direct_url" ? "check" : "content_copy"}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* Tunnel Status */}
|
||||
{tunnelStatus && (
|
||||
|
||||
Reference in New Issue
Block a user