@cataract6545/tmui
Version:
tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI
36 lines (34 loc) • 1.08 kB
text/typescript
import { useTmRouterAfter, useTmRouterBefore } from "../router/index"
export default {
autoDark: false,
theme:{},
/** 开启全局分离功能,默认关闭 */
shareDisable:true,
themeConfig: {
theme: {},
globalFontSizeRatio:1,
/** 是否关闭弹层背景的模糊 */
overflowBlur:false,
dark: {
/**一般的卡片项目暗黑背景 */
cardcolor: '#0A0A0B',
/**输入框,表单等暗黑背景 */
inputcolor: '#111112',
/**禁用输入框,表单等暗黑背景 */
disablecolor: 'rgba(30, 30, 30, 1.0)',
/**暗黑下的页面背景 */
bodycolor: "rgb(5, 5, 5)",
/**文本禁用色. */
textDisableColor: 'rgba(100, 100, 100, 1.0)',
},
component:{
button:{
round:2,
shadow:2
}
}
},
router: { useTmRouterAfter, useTmRouterBefore },
custom:{
}
} as Tmui.tmuiConfig