fix: 更新默认图片链接为本地路径

将外部图片链接 https://t.alcy.cc/ycy 统一替换为本地路径 /random/h,
包括置顶文章、记录文章和站点背景配置,确保图片资源的稳定性和一致性。
This commit is contained in:
二叉树树
2026-01-24 16:19:25 +08:00
parent c62e03270a
commit 0b3bb8f7f2
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export const siteConfig: SiteConfig = {
},
background: {
enable: true, // Enable background image
src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS)
src: "/random/h", // Background image URL (supports HTTPS)
position: "center", // Background position: 'top', 'center', 'bottom'
size: "cover", // Background size: 'cover', 'contain', 'auto'
repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y'

View File

@@ -1,6 +1,6 @@
---
title: 加群向导
image: https://t.alcy.cc/ycy
image: /random/h
published: 2025-05-24
pinned: true
category: 置顶

View File

@@ -2,7 +2,7 @@
category: 记录
description: 一些记录,不定时更新
draft: false
image: https://t.alcy.cc/ycy
image: /random/h
lang: zh_CN
published: 1999-01-01
tags: