feat: establish NekoNest Cloud control and relay
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { RouteErrorState } from "../components/RouteStates";
|
||||
|
||||
export default function StatusError({ reset }: { reset: () => void }) {
|
||||
return (
|
||||
<RouteErrorState
|
||||
area="服务状态"
|
||||
title="状态页暂时不可用"
|
||||
description="这次没有读取到可信的服务公告,因此不会显示推测的“服务正常”。"
|
||||
reset={reset}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user