Compare commits

...

2 Commits

7 changed files with 45 additions and 5 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"liveServer.settings.port": 5500,
"liveServer.settings.root": "/",
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.NoBrowser": false,
"liveServer.settings.ignoreFiles": [
".git",
"**/*.sass",
"node_modules"
]
}

View File

@@ -527,3 +527,17 @@ body {
.section-title { .section-title {
animation: fadeInUp 0.6s ease-out; animation: fadeInUp 0.6s ease-out;
} }
.card-image placeholder-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
og-image.jpg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

BIN
images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
images/og-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
images/航拍图.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -6,26 +6,41 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- SEO Meta Tags --> <!-- SEO Meta Tags -->
<title>雪域阳光方舟 - 轻索方舱 | 青藏高原医疗站毕业设计</title> <title>雪域阳光方舟 - 轻索方舱 | 高海拔环境乡村医疗服务基站设计与建造研究</title>
<meta name="description" content="青藏高原轻钢拉索结构小型医疗站毕业设计作品建筑面积200平方米体现Approachable Luxury设计理念"> <meta name="description" content="雪域阳光方舟 · 高海拔环境乡村医疗服务基站设计与建造研究">
<meta name="keywords" content="建筑设计,毕业设计,青藏高原,轻钢结构,医疗站,拉索结构"> <meta name="keywords" content="建筑设计,毕业设计,青藏高原,轻钢结构,医疗站,拉索结构">
<meta name="author" content="杨玉青"> <meta name="author" content="杨雨晴">
<!-- Open Graph / Social Media Meta Tags --> <!-- Open Graph / Social Media Meta Tags -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://solarark.net/g2026/g4/"> <meta property="og:url" content="https://solarark.net/g2026/g4/">
<meta property="og:title" content="雪域阳光方舟 - 轻索方舱"> <meta property="og:title" content="雪域阳光方舟 - 轻索方舱">
<meta property="og:description" content="青藏高原轻钢拉索结构医疗站 - Approachable Luxury设计理念"> <meta property="og:description" content="青藏高原轻钢拉索结构医疗站 - Approachable Luxury设计理念">
<meta property="og:image" content="images/og-image.jpg"> <!-- <meta property="og:image" content="images/og-image.jpg"> -->
<!-- Base Path for Subdirectory Deployment --> <!-- Base Path for Subdirectory Deployment -->
<base href="/g2026/g4/"> <base href="/g2026/g4/">
<!-- Smart Path Detection - Must run before CSS/JS loading -->
<script>
(function() {
const hostname = window.location.hostname;
// 本地开发环境自动移除 base 标签
if (hostname === 'localhost' || hostname === '127.0.0.1' || hostname === '') {
const baseTag = document.querySelector('base');
if (baseTag) {
baseTag.remove();
console.log('🔧 Local dev mode: base tag removed');
}
}
})();
</script>
<!-- Stylesheet --> <!-- Stylesheet -->
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png"> <!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
</head> </head>
<body> <body>
<!-- 顶部固定导航栏 --> <!-- 顶部固定导航栏 -->