mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-11 20:59:30 +08:00
feat: 新增首页轮播支持配置
This commit is contained in:
+23
-1
@@ -4,6 +4,7 @@ export const _AppMockJsonKey = 'APP_GLOBAL_MOCK_JSON';
|
||||
|
||||
// 默认的应用设置
|
||||
export const DefaultAppConfigs = {
|
||||
basicConfig: {},
|
||||
loveConfig: {},
|
||||
imagesConfig: {},
|
||||
authorConfig: {},
|
||||
@@ -12,7 +13,28 @@ export const DefaultAppConfigs = {
|
||||
toolsPlugin: {},
|
||||
linksSubmitPlugin: {},
|
||||
},
|
||||
pageConfig: {}
|
||||
pageConfig: {
|
||||
homeConfig: {
|
||||
pageTitle: "首页",
|
||||
useCategory: true,
|
||||
bannerConfig: {
|
||||
enabled: true,
|
||||
showTitle: true,
|
||||
showIndicator: true,
|
||||
height: "400rpx",
|
||||
dotPosition: "right",
|
||||
type: "post",
|
||||
list: []
|
||||
}
|
||||
}
|
||||
},
|
||||
auditConfig: {
|
||||
auditModeEnabled: false,
|
||||
auditModeData: {
|
||||
jsonUrl: "",
|
||||
jsonData: ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user