mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
chore: 更新图片链接和添加重定向配置
- 将图片链接从eopfapi.acofork.com更新为t.alcy.cc/ycy - 添加edgeone.json重定向配置文件
This commit is contained in:
@@ -37,7 +37,7 @@ export const siteConfig: SiteConfig = {
|
||||
},
|
||||
background: {
|
||||
enable: true, // Enable background image
|
||||
src: "https://eopfapi.acofork.com/pic?img=ua", // Background image URL (supports HTTPS)
|
||||
src: "https://t.alcy.cc/ycy", // 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'
|
||||
@@ -109,7 +109,7 @@ export const licenseConfig: LicenseConfig = {
|
||||
|
||||
export const imageFallbackConfig: ImageFallbackConfig = {
|
||||
enable: true,
|
||||
originalDomain: "eopfapi.acofork.com",
|
||||
originalDomain: "t.alcy.cc/ycy",
|
||||
fallbackDomain: "eopfapi.b.2.f.f.0.7.4.0.1.0.0.2.ip6.arpa/pic?img=ua",
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 加群向导
|
||||
image: https://eopfapi.acofork.com/pic?img=ua
|
||||
image: https://t.alcy.cc/ycy/pic?img=ua
|
||||
published: 2025-05-24
|
||||
pinned: true
|
||||
category: 置顶
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
category: 记录
|
||||
description: 一些记录,不定时更新
|
||||
draft: false
|
||||
image: https://eopfapi.acofork.com/pic?img=ua
|
||||
image: https://t.alcy.cc/ycy/pic?img=ua
|
||||
lang: zh_CN
|
||||
published: 1999-01-01
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user