This commit is contained in:
eric
2026-03-28 02:31:33 -05:00
parent 58a0cac7db
commit 243b9d7acb

View File

@@ -454,9 +454,15 @@ export default function Home() {
</p>
<p className="font-medium text-white"></p>
<p className="mt-1 text-xs text-slate-400">
<code className="rounded bg-black/40 px-1.5 py-0.5 text-cyan-200/90">web.sh</code>{" "}
Windows <code className="rounded bg-black/40 px-1.5 py-0.5">web.bat</code>
Windows / Ubuntu <code className="rounded bg-black/40 px-1.5 py-0.5">git pull</code> /{" "}
<code className="rounded bg-black/40 px-1.5 py-0.5">start.bat</code> {" "}
<code className="rounded bg-black/40 px-1.5 py-0.5">./start.sh</code>{" "}
<code className="rounded bg-black/40 px-1.5 py-0.5">dev.bat</code> /{" "}
<code className="rounded bg-black/40 px-1.5 py-0.5">./dev.sh</code> Pythonffmpegnpm
SRS{" "}
<code className="text-cyan-200/90">config/runtime.env.example</code> {" "}
<code className="text-cyan-200/90">config/runtime.env</code> {" "}
<code className="text-cyan-200/90">PORT</code>Docker <code className="text-cyan-200/90">8101</code>
</p>
</div>
<div className="rounded-2xl border border-white/8 bg-black/20 p-4">
@@ -465,7 +471,8 @@ export default function Home() {
</p>
<p className="font-medium text-white"></p>
<p className="mt-1 text-xs text-slate-400">
YouTubeTikTok
<strong className="text-slate-300"> YouTube / YouTube</strong>
TikTokOBS
</p>
</div>
<div className="rounded-2xl border border-white/8 bg-black/20 p-4">
@@ -480,7 +487,13 @@ export default function Home() {
</div>
<p className="rounded-xl border border-amber-500/20 bg-amber-950/20 px-4 py-3 text-xs text-amber-100/90">
<strong className="text-amber-200">HDMI / OBS</strong>
SRSOBS SRT
SRS <code className="text-amber-200/90">10080</code> Web OBS
SRT
</p>
<p className="rounded-xl border border-slate-600/30 bg-slate-950/40 px-4 py-3 text-xs text-slate-400">
<strong className="text-slate-300">访</strong>
<code className="text-slate-300">0.0.0.0</code> WiFi/访{" "}
<code className="text-slate-300">http://这台机器的IP:端口/</code> 即可(注意防火墙放行端口)。
</p>
</div>
)}
@@ -780,10 +793,12 @@ export default function Home() {
</p>
<p className="mt-2 text-slate-700">
<span className="font-mono text-slate-500">./start.sh</span> {" "}
<span className="font-mono text-slate-500">start.bat</span>{" "}
<span className="font-mono text-slate-500">./start.sh</span> /{" "}
<span className="font-mono text-slate-500">start.bat</span>{" "}
<span className="font-mono text-slate-500">./dev.sh</span> /{" "}
<span className="font-mono text-slate-500">npm run dev</span>
<span className="font-mono text-slate-500">npm run dev</span>Docker {" "}
<span className="font-mono text-slate-500">8101</span>{" "}
<span className="font-mono text-slate-500">config/runtime.env.example</span>
</p>
</footer>
</main>