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

update: 增加图库可进行配置是否使用瀑布流还是列表、调整文章详情和关于页面图片配置

This commit is contained in:
小莫唐尼
2024-07-04 10:42:32 +08:00
parent c312fab4b1
commit ca723bae80
4 changed files with 66 additions and 69 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ export default {
// 小程序信息
await this.$refs.rCanvas
.drawImage({
url: this.$utils.checkImageUrl(this.haloConfig.imagesConfig.miniCodeImageUrl),
url: this.$utils.checkImageUrl(this.haloConfigs?.appConfig?.appInfo?.qrCodeImageUrl),
x: 20,
y: 360,
w: 80,