mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-05-07 16:02:58 +08:00
feat: init (#36)
Co-authored-by: qingsong.sqs <qingsong.sqs@alibaba-inc.com>
This commit is contained in:
committed by
GitHub
parent
d73d9b2793
commit
21c2c3a2ef
15
frontend/config/defaultSettings.js
Normal file
15
frontend/config/defaultSettings.js
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user