mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: 更新图片源地址为 mcphoto.infstar.cn,修改相关组件和页面
This commit is contained in:
@@ -270,7 +270,7 @@ applyTo: "src/**/*.vue, src/**/*.js, src/**/*.css, vite.config.js, package.json,
|
|||||||
- Bilibili embed iframes
|
- Bilibili embed iframes
|
||||||
- `https://schema.lunadeer.cn/...`
|
- `https://schema.lunadeer.cn/...`
|
||||||
- `https://mcmap.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.
|
- Render fallback text instead of crashing when remote requests fail, matching the legacy behavior.
|
||||||
|
|
||||||
## Recommended Migration Order
|
## Recommended Migration Order
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<link rel="preconnect" href="https://img.lunadeer.cn" />
|
<link rel="preconnect" href="https://img.lunadeer.cn" />
|
||||||
<link rel="dns-prefetch" href="https://outline.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://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 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" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
logoSrc: {
|
logoSrc: {
|
||||||
type: String,
|
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: {
|
logoAlt: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<iframe
|
<iframe
|
||||||
class="iframe-fullpage"
|
class="iframe-fullpage"
|
||||||
src="https://mcphoto.lunadeer.cn/"
|
src="https://mcphoto.infstar.cn/"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allowfullscreen
|
allowfullscreen
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|||||||
Reference in New Issue
Block a user