Skip to content

Commit 6865f4c

Browse files
committed
feat(brand): 添加 smart-mqtt 品牌配置文件
- 定义了品牌名称、标语和描述信息 - 配置了主要颜色方案包括主色、次色和强调色 - 设置了中性色彩系统从 50 到 900 的完整色阶 - 定义了艺术风格配色方案 - 配置了字体栈和艺术字体选项 - 设置了 logo 文本、图标和位置参数 - 定义了六种文章类型的专属配色方案
1 parent 361a047 commit 6865f4c

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# smart-mqtt Brand Configuration
2+
3+
brand:
4+
name: "smart-mqtt"
5+
tagline: "高性能 MQTT Broker"
6+
description: "面向企业级物联网场景的高性能 MQTT 消息中间件"
7+
8+
colors:
9+
primary: "#3b82f6"
10+
primary-light: "#60a5fa"
11+
primary-dark: "#2563eb"
12+
secondary: "#64748b"
13+
accent: "#f59e0b"
14+
success: "#10b981"
15+
warning: "#f97316"
16+
error: "#ef4444"
17+
18+
neutral:
19+
50: "#fafafa"
20+
100: "#f5f5f5"
21+
200: "#e5e5e5"
22+
300: "#d4d4d4"
23+
400: "#a3a3a3"
24+
500: "#737373"
25+
600: "#525252"
26+
700: "#404040"
27+
800: "#262626"
28+
900: "#171717"
29+
30+
art-style:
31+
cream: "#fef9f3"
32+
soft-pink: "#fce4ec"
33+
lavender: "#f3e5f5"
34+
mint: "#e8f5e9"
35+
peach: "#fff3e0"
36+
sky: "#e3f2fd"
37+
primary: "#7c6ba0"
38+
secondary: "#e8a4b8"
39+
accent: "#e89b5a"
40+
line: "#5d4e37"
41+
42+
typography:
43+
font-stack: "-apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif"
44+
art-font: "'ZCOOL KuaiLe', 'Ma Shan Zheng', 'ZCOOL XiaoWei', 'PingFang SC', sans-serif"
45+
46+
logo:
47+
text: "MQTT"
48+
icon: ""
49+
position: "bottom-right"
50+
51+
article-types:
52+
technical-tutorial:
53+
primary: "#2563eb"
54+
secondary: "#64748b"
55+
accent: "#10b981"
56+
product-release:
57+
primary: "#3b82f6"
58+
secondary: "#64748b"
59+
accent: "#f59e0b"
60+
industry-news:
61+
primary: "#0d9488"
62+
secondary: "#64748b"
63+
accent: "#ef4444"
64+
opinion:
65+
primary: "#ea580c"
66+
secondary: "#64748b"
67+
accent: "#f59e0b"
68+
story:
69+
primary: "#059669"
70+
secondary: "#64748b"
71+
accent: "#f97316"
72+
promotion:
73+
primary: "#db2777"
74+
secondary: "#64748b"
75+
accent: "#8b5cf6"

0 commit comments

Comments
 (0)