mcwl-pc/app/constants/index.ts

25 lines
565 B
TypeScript

export const appName = '魔创未来'
export const appDescription = '魔创未来'
export const authRoutes = ['/personal-center']
export const verifyBlankRoute = ['/member-center', '/planet']
export const isOriginalList = [{
label: '原创',
value: 0,
}, {
label: '转载',
value: 1,
}]
export const isPublicList = [{
label: '公开',
value: 1,
}, {
label: '自己',
value: 2,
}]
export const headerRole = { // 包括就隐藏
inputSearch: ['/model-square'],
}
// export const searchType = { // 包括就隐藏
// 'picture-square':'image',
// }