feat: 更新图片源地址为 mcphoto.infstar.cn,修改相关组件和页面

This commit is contained in:
Coldsmiles
2026-03-21 16:15:16 +08:00
parent c4ccd48c8c
commit 695cb9b0f5
4 changed files with 4 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ applyTo: "src/**/*.vue, src/**/*.js, src/**/*.css, vite.config.js, package.json,
- Bilibili embed iframes
- `https://schema.lunadeer.cn/...`
- `https://mcmap.lunadeer.cn/`
- `https://mcphoto.lunadeer.cn/`
- `https://mcphoto.infstar.cn/`
- Render fallback text instead of crashing when remote requests fail, matching the legacy behavior.
## Recommended Migration Order

View File

@@ -43,7 +43,7 @@
<link rel="preconnect" href="https://img.lunadeer.cn" />
<link rel="dns-prefetch" href="https://outline.lunadeer.cn" />
<link rel="dns-prefetch" href="https://mcmap.lunadeer.cn" />
<link rel="dns-prefetch" href="https://mcphoto.lunadeer.cn" />
<link rel="dns-prefetch" href="https://mcphoto.infstar.cn" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />

View File

@@ -14,7 +14,7 @@ const props = defineProps({
},
logoSrc: {
type: String,
default: 'https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png',
default: 'https://img.infstar.cn/i/2026/03/21/69be4efa80a0a.png',
},
logoAlt: {
type: String,

View File

@@ -1,7 +1,7 @@
<template>
<iframe
class="iframe-fullpage"
src="https://mcphoto.lunadeer.cn/"
src="https://mcphoto.infstar.cn/"
frameborder="0"
allowfullscreen
></iframe>