mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2025-01-13 00:33:52 +08:00
chore: display the current endpoint on the configuration page. (#1217)
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
This commit is contained in:
parent
f6aecbc21d
commit
e14f8ba113
@ -472,7 +472,8 @@ const ConfigForXd = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="py-2 text-center text-lg font-semibold"> </div>
|
<ConfigTitle>{endpoint()?.url}</ConfigTitle>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
class="btn-info"
|
class="btn-info"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user