fix: Chinese news blog (not fashion/lifestyle); qipao motif, drop lantern

This commit is contained in:
2026-04-20 05:14:29 +00:00
parent 3d34eb47af
commit af832748ff
2 changed files with 4 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ const ads = site.ads;
transform: translateY(-1px);
}
.post::before {
content: "";
content: "";
position: absolute;
top: 8px; right: 12px;
color: var(--gold);
@@ -474,7 +474,7 @@ const ads = site.ads;
<span class="cnr-bl"></span>
<span class="cnr-br"></span>
<div class="ribbon">华风雅韵 · 时尚生活</div>
<div class="ribbon">华语资讯 · 新闻速递</div>
<header class="qp-head">
<a href="/" class="brand-wrap">
@@ -518,7 +518,7 @@ const ads = site.ads;
)}
<footer class="qp-foot">
<div class="foot-cn">灯笼在手 · 故事在心</div>
<div class="foot-cn">旗袍一袭 · 新闻常新</div>
<div>&copy; {year} {site.name} · All rights reserved</div>
</footer>
</div>

View File

@@ -1,6 +1,6 @@
export const site = {
name: 'QipaoBuzz',
description: 'Fashion & Lifestyle Blog',
description: 'Chinese News · 华语新闻',
url: 'https://qipaobuzz.com',
postsPerPage: 10,
minTagCount: 3,