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:
@@ -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,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<iframe
|
||||
class="iframe-fullpage"
|
||||
src="https://mcphoto.lunadeer.cn/"
|
||||
src="https://mcphoto.infstar.cn/"
|
||||
frameborder="0"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
Reference in New Issue
Block a user