fix: 修正 XCOpenCodeWeb 端口为 3000

This commit is contained in:
2026-03-13 21:14:35 +08:00
parent fd77455f5b
commit 96c709f109
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
const XCOPENCODEWEB_PORT = 3002
const XCOPENCODEWEB_PORT = 3000
export const OpenCodePage: React.FC = () => {
const [isRunning, setIsRunning] = useState(false)