mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-09 12:18:06 +08:00
16 lines
361 B
JavaScript
16 lines
361 B
JavaScript
const Settings = {
|
|
navTheme: 'light',
|
|
// 拂晓蓝
|
|
primaryColor: '#1890ff',
|
|
layout: 'mix',
|
|
contentWidth: 'Fluid',
|
|
fixedHeader: false,
|
|
fixSiderbar: true,
|
|
colorWeak: false,
|
|
title: 'RocketMQ-Dashboard',
|
|
pwa: false,
|
|
// logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
iconfontUrl: '',
|
|
};
|
|
export default Settings;
|