Skip to content

Commit a911fe6

Browse files
committed
首页微调
1 parent f00e1a7 commit a911fe6

File tree

3 files changed

+146
-207
lines changed

3 files changed

+146
-207
lines changed

packages/pure/components/basic/Footer.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ const footerLink1 = footerConf.links?.filter(({ pos }) => pos === 1) || []
9393

9494
{/* Social Brands */}
9595
<div class='flex items-center gap-x-4'>
96-
&#8721; views: <span id='vercount_value_site_pv'></span>
9796
{
9897
footerConf.social &&
9998
Object.entries(footerConf.social).map(([platform, { label, url }]) => (

public/bookshelf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "潜规则",
44
"type": "book",
55
"status": "reading",
6-
"description": "中国历史中的真实游戏作者吴思通过历史案例揭示了中国社会运行中的潜规则探讨了正式制度背后的非正式规则",
6+
"description": "中国历史中的真实游戏. 作者吴思通过历史案例, 揭示了中国社会运行中的潜规则, 探讨了正式制度背后的非正式规则.",
77
"tags": ["历史", "社会学", "中国历史", "政治", "文化", "社会规则", "制度分析"],
88
"identifier": "9787506331744",
99
"rating": 4.5,

0 commit comments

Comments
 (0)