1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

feat: 图库支持瀑布流

This commit is contained in:
小莫唐尼
2024-07-02 15:40:43 +08:00
parent 77da85f7d4
commit 850ee73fa2
2 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const getAppConfigs = () => {
if (configs) return JSON.parse(configs)
uni.setStorageSync(_AppConfigKey, JSON.stringify(DefaultAppConfigs))
return configs;
return DefaultAppConfigs;
}
/**