's'
This commit is contained in:
@@ -1 +1,7 @@
|
||||
export { default } from "../page";
|
||||
"use client";
|
||||
|
||||
import { LiveConsoleWorkspace } from "@/components/console/LiveConsoleWorkspace";
|
||||
|
||||
export default function AndroidConsolePage() {
|
||||
return <LiveConsoleWorkspace />;
|
||||
}
|
||||
|
||||
7
web-console/app/console/page.tsx
Normal file
7
web-console/app/console/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { LiveConsoleWorkspace } from "@/components/console/LiveConsoleWorkspace";
|
||||
|
||||
export default function ConsolePage() {
|
||||
return <LiveConsoleWorkspace />;
|
||||
}
|
||||
@@ -284,3 +284,16 @@ html[data-theme="light"] .chart-surface {
|
||||
background: rgba(148, 163, 184, 0.35);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
/* 门户首页(/)轻量网格背景,与控制台 glass 风格区分 */
|
||||
.portal-grid-bg {
|
||||
background-image:
|
||||
linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
|
||||
background-size: 28px 28px;
|
||||
}
|
||||
|
||||
/* Live Hub 产品壳:噪点与光晕 */
|
||||
.lp-noise {
|
||||
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
@@ -15,8 +15,8 @@ const geistMono = localFont({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "直播与系统控制台",
|
||||
description: "业务进程、系统服务与配置文件的统一控制平面",
|
||||
title: "Live Hub · 超级业务中心",
|
||||
description: "ARM/x86 Linux 统一控制中心:服务、无人直播、安卓、网络与配置",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1,7 @@
|
||||
export { default } from "../page";
|
||||
"use client";
|
||||
|
||||
import { LiveConsoleWorkspace } from "@/components/console/LiveConsoleWorkspace";
|
||||
|
||||
export default function ShellCrashConsolePage() {
|
||||
return <LiveConsoleWorkspace />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user