mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
improvement(wrapped): 调整年度总结卡片标题文案为提问式
- 更新 wrapped card manifest 与卡片 title,使标题更具引导性
This commit is contained in:
@@ -734,7 +734,7 @@ def build_card_00_global_overview(
|
||||
|
||||
return {
|
||||
"id": 0,
|
||||
"title": "年度全局概览",
|
||||
"title": "这一年,你的微信都经历了什么?",
|
||||
"scope": "global",
|
||||
"category": "A",
|
||||
"status": "ok",
|
||||
|
||||
@@ -343,7 +343,7 @@ def build_card_01_cyber_schedule(
|
||||
|
||||
return {
|
||||
"id": 1,
|
||||
"title": "年度赛博作息表",
|
||||
"title": "你是「早八人」还是「夜猫子」?",
|
||||
"scope": "global",
|
||||
"category": "A",
|
||||
"status": "ok",
|
||||
|
||||
@@ -787,7 +787,7 @@ def build_card_02_message_chars(*, account_dir: Path, year: int) -> dict[str, An
|
||||
|
||||
return {
|
||||
"id": 2,
|
||||
"title": "年度消息字数",
|
||||
"title": "你今年打了多少字?够写一本书吗?",
|
||||
"scope": "global",
|
||||
"category": "C",
|
||||
"status": "ok",
|
||||
|
||||
@@ -31,21 +31,21 @@ _CACHE_VERSION = 4
|
||||
_WRAPPED_CARD_MANIFEST: tuple[dict[str, Any], ...] = (
|
||||
{
|
||||
"id": 0,
|
||||
"title": "年度全局概览",
|
||||
"title": "这一年,你的微信都经历了什么?",
|
||||
"scope": "global",
|
||||
"category": "A",
|
||||
"kind": "global/overview",
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"title": "年度赛博作息表",
|
||||
"title": "你是「早八人」还是「夜猫子」?",
|
||||
"scope": "global",
|
||||
"category": "A",
|
||||
"kind": "time/weekday_hour_heatmap",
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "年度消息字数",
|
||||
"title": "你今年打了多少字?够写一本书吗?",
|
||||
"scope": "global",
|
||||
"category": "C",
|
||||
"kind": "text/message_chars",
|
||||
|
||||
Reference in New Issue
Block a user