diff --git a/settings.yaml b/settings.yaml index 14c25a8e..bb9c3d5e 100644 --- a/settings.yaml +++ b/settings.yaml @@ -645,8 +645,8 @@ spec: - $formkit: attachment name: backgroundImg label: 背景图片 - value: https://pic.cnkj.site/b/2023/6585299246b8a.webp?type=blog - placeholder: 请输入背景图片地址 + value: /themes/theme-hao/assets/images/sidebar/profile.webp + placeholder: 请输入背景图片路径或地址(建议使用 280px * 330px 图片效果最佳) - $formkit: attachment name: stickerImg if: $get(profileStyle).value == 'one' diff --git a/templates/assets/images/sidebar/profile.webp b/templates/assets/images/sidebar/profile.webp new file mode 100644 index 00000000..ceb41b5e Binary files /dev/null and b/templates/assets/images/sidebar/profile.webp differ