feat: 添加 PipexERP 企业统一品牌资源
- 创建品牌资源目录 brand/ - Logo SVG(主Logo、深色模式、图标、favicon) - 各子系统专用 Logo(AI-Proj、Gitea、Jenkins、Metabase、DBeaver) - CSS 变量文件 pipexerp-variables.css - 品牌条样式 pipexerp-brand-bar.css - 品牌 Header 模板 - 更新导航页 nav-home.html - 企业区域配色改为企业绿 #52c41a - 更新标题和 Logo 为 PipexERP - 添加 favicon 引用 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Command Center // 控制中心</title>
|
||||
<title>PipexERP | Command Center</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/svg+xml" href="brand/logo/favicon.svg">
|
||||
<style>
|
||||
:root {
|
||||
--bg-deep: #0a0a0f;
|
||||
@@ -24,9 +25,9 @@
|
||||
--accent-home-dim: #00ff9d33;
|
||||
--accent-home-glow: #00ff9d55;
|
||||
|
||||
--accent-enterprise: #00b4ff;
|
||||
--accent-enterprise-dim: #00b4ff33;
|
||||
--accent-enterprise-glow: #00b4ff55;
|
||||
--accent-enterprise: #52c41a;
|
||||
--accent-enterprise-dim: #52c41a33;
|
||||
--accent-enterprise-glow: #52c41a55;
|
||||
|
||||
--status-online: #00ff9d;
|
||||
--status-offline: #ff4466;
|
||||
@@ -789,8 +790,8 @@
|
||||
|
||||
<div class="container">
|
||||
<header class="header">
|
||||
<h1 class="logo">COMMAND CENTER</h1>
|
||||
<p class="subtitle">Tailscale Network Dashboard</p>
|
||||
<h1 class="logo">PIPEXERP</h1>
|
||||
<p class="subtitle">Command Center // Tailscale Network</p>
|
||||
</header>
|
||||
|
||||
<div class="tab-switcher">
|
||||
|
||||
Reference in New Issue
Block a user