feat: establish NekoNest Cloud control and relay
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { RouteLoadingState } from "../components/RouteStates";
|
||||
|
||||
export default function StatusLoading() {
|
||||
return (
|
||||
<RouteLoadingState
|
||||
area="服务状态"
|
||||
description="正在核对免费公测服务的最新公告和恢复记录。"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user