1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

update: 调整首页顶部头像为应用LOGO、调整启动页面,增加是否每次都显示判断

This commit is contained in:
小莫唐尼
2024-06-26 09:47:04 +08:00
parent aec54e8c5b
commit cc05b64dec
4 changed files with 33 additions and 14 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ export const DefaultAppConfigs = {
loveConfig: {},
imagesConfig: {},
authorConfig: {},
startConfig: {},
appConfig: {},
pluginConfig: {},
adConfig: {},
}
@@ -27,4 +27,4 @@ export const getAppConfigs = () => {
*/
export const setAppConfigs = (configs) => {
uni.setStorageSync(_AppConfigKey, JSON.stringify(configs))
}
}