Document dc.hyf2.cc reverse proxy for port 5155.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-24 16:41:31 +08:00
parent 8c668ddff0
commit e24b4f297f
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ export default function LoginPage() {
const [loading, setLoading] = useState(false);
const hint = useMemo(
() => "默认同域 API。跨机访问时填写如 http://47.236.184.99:5155",
() => "默认同域 API。测试环境反代:https://dc.hyf2.cc",
[],
);
@@ -44,7 +44,7 @@ export default function LoginPage() {
className="mono"
value={apiBase}
onChange={(e) => setApi(e.target.value)}
placeholder="http://host:5155"
placeholder="https://dc.hyf2.cc"
autoComplete="url"
/>
</div>
+1 -1
View File
@@ -16,7 +16,7 @@ export default function SettingsPage() {
<div className="card" style={{ maxWidth: 560 }}>
<h2 style={{ marginTop: 0 }}></h2>
<p style={{ color: "var(--muted)" }}>
API 5155
API https://dc.hyf2.cc(同源可留空当前域名)。
</p>
<form onSubmit={onSave}>
<div className="field">