Skip to content

Commit c12a723

Browse files
windshadow233codex
andcommitted
fix(about): update location map
Summary: - Update the displayed residence to Hangzhou, Zhejiang. - Replace the light and dark map background images. Rationale: - Keep the about page aligned with the current residence. - Use the corresponding updated map artwork for both themes. Tests: - Not run (content and CSS-only change) Co-authored-by: Codex <codex@openai.com>
1 parent 20e88e1 commit c12a723

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

themes/butterfly/layout/includes/page/about.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
.author-content-item.map.single
114114
span.map-title
115115
| 我现在住在
116-
b 中国,安徽,合肥市
116+
b 中国,浙江省,杭州市
117117
.author-content-item.selfInfo.single
118118
div
119119
span.selfInfo-title 出生时间(Timestamp):

themes/butterfly/source/css/_custom/about/about.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ p.p.center, span.p.center {
354354
}
355355

356356
.author-content-item.map {
357-
background-image: url(https://blogfiles.oss.fyz666.xyz/png/b71ddffe-b869-4639-aefb-5897ccafb536.png);
357+
/* background-image: url(https://blogfiles.oss.fyz666.xyz/png/b71ddffe-b869-4639-aefb-5897ccafb536.png); */
358+
background-image: url(https://blogfiles.oss.fyz666.xyz/png/45f34c68-7dff-4b5d-8f24-dc4ac8f68c94.png);
358359
min-height: 160px;
359360
max-height: 400px;
360361
position: relative;
@@ -365,7 +366,8 @@ p.p.center, span.p.center {
365366
transition: 1s ease-in-out;
366367
}
367368
[data-theme="dark"] .author-content-item.map {
368-
background-image: url(https://blogfiles.oss.fyz666.xyz/png/6cbfad87-eaae-461c-9507-430ffdc52d94.png);
369+
/* background-image: url(https://blogfiles.oss.fyz666.xyz/png/6cbfad87-eaae-461c-9507-430ffdc52d94.png); */
370+
background-image: url(https://blogfiles.oss.fyz666.xyz/png/ac490046-115a-41d0-b025-ef61823b2fe4.png);
369371
background-size: 100%;
370372
}
371373

0 commit comments

Comments
 (0)