diff --git a/README.md b/README.md
index a577ea2..002d712 100644
--- a/README.md
+++ b/README.md
@@ -65,26 +65,18 @@
## 年度总结
-年度总结现在支持 3 种不同风格(style1、style2、style3)。如果你对某个风格有更好的修改建议,或有新风格的点子,欢迎到 Issue 区反馈:https://github.com/LifeArchiveProject/WeChatDataAnalysis/issues
+年度总结目前只保留「现代(Modern)」风格。如果你对年度总结有更好的修改建议,欢迎到 Issue 区反馈:https://github.com/LifeArchiveProject/WeChatDataAnalysis/issues
-> ⚠️ **提醒**:年度总结目前还不是最终版本,后续还会增加新总结或新风格。
+> ⚠️ **提醒**:年度总结目前还不是最终版本,后续还会增加新总结或新内容。
也欢迎加入下方 QQ 群一起讨论。
- | Style 1 |
- Style 2 |
+ Modern |
-  |
-  |
-
-
- | Style 3 |
-
-
-  |
+  |
diff --git a/frontend/components/wrapped/cards/Card03ReplySpeed.vue b/frontend/components/wrapped/cards/Card03ReplySpeed.vue
index 66ae36c..d196b72 100644
--- a/frontend/components/wrapped/cards/Card03ReplySpeed.vue
+++ b/frontend/components/wrapped/cards/Card03ReplySpeed.vue
@@ -115,7 +115,7 @@
@error="onShownAvatarError"
/>
theme.value === 'gameboy')
+const isModern = computed(() => theme.value === 'off')
const isRetro = computed(() => isGameboy.value)
const nfInt = new Intl.NumberFormat('zh-CN', { maximumFractionDigits: 0 })
diff --git a/frontend/components/wrapped/shared/WrappedControls.vue b/frontend/components/wrapped/shared/WrappedControls.vue
index 8ab5b8e..9cdb4ad 100644
--- a/frontend/components/wrapped/shared/WrappedControls.vue
+++ b/frontend/components/wrapped/shared/WrappedControls.vue
@@ -39,7 +39,6 @@
-