1 Star 0 Fork 2.4K

janssonHua/plus-ui

forked from 疯狂的狮子Li/plus-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.ts 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
const setting: DefaultSettings = {
/**
* 网页标题
*/
title: import.meta.env.VITE_APP_TITLE,
theme: '#409EFF',
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
sideTheme: 'theme-dark',
/**
* 是否系统布局配置
*/
showSettings: true,
/**
* 是否显示顶部导航
*/
topNav: false,
/**
* 是否显示 tagsView
*/
tagsView: true,
/**
* 是否固定头部
*/
fixedHeader: false,
/**
* 是否显示logo
*/
sidebarLogo: true,
/**
* 是否显示动态标题
*/
dynamicTitle: false,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog: 'production',
animationEnable: false,
dark: false
};
export default setting;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/janssonhua/plus-ui.git
git@gitee.com:janssonhua/plus-ui.git
janssonhua
plus-ui
plus-ui
ts

搜索帮助