1
0
şunun yansıması https://github.com/ialley-workshop-open/uni-halo.git eşitlendi 2026-06-10 11:59:28 +08:00

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

Bu işleme şunda yer alıyor:
小莫唐尼
2024-06-26 09:47:04 +08:00
ebeveyn aec54e8c5b
işleme cc05b64dec
4 değiştirilmiş dosya ile 33 ekleme ve 14 silme
+2 -2
Dosyayı Görüntüle
@@ -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))
}
}