diff --git a/README.md b/README.md
index 9d59cb7..af4c403 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
**一款现代化的微信聊天记录查看与分析工具**
[](LICENSE)
-[](package.json)
+[](package.json)
[]()
[]()
[]()
diff --git a/package.json b/package.json
index 3a8b1d2..944e54d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ciphertalk",
- "version": "2.2.7",
+ "version": "2.2.8",
"description": "密语 - 微信聊天记录查看工具",
"author": "ILoveBingLu",
"license": "CC-BY-NC-SA-4.0",
diff --git a/src/components/WhatsNewModal.tsx b/src/components/WhatsNewModal.tsx
index e92b513..705b9cc 100644
--- a/src/components/WhatsNewModal.tsx
+++ b/src/components/WhatsNewModal.tsx
@@ -12,7 +12,7 @@ function WhatsNewModal({ onClose, version }: WhatsNewModalProps) {
{
icon: ,
title: '优化',
- desc: '别管优化了什么,反正是优化了好多,记不清了。'
+ desc: '优化图片密钥获取。'
},
// {
// icon: ,
@@ -29,11 +29,11 @@ function WhatsNewModal({ onClose, version }: WhatsNewModalProps) {
// title: '分类导出',
// desc: '导出时可按群聊或个人聊天筛选,支持日期范围过滤。'
// }
- {
- icon: ,
- title: '朋友圈',
- desc: '评论内的表情包已完成解密!'
- }
+ // {
+ // icon: ,
+ // title: '朋友圈',
+ // desc: '评论内的表情包已完成解密!'
+ // }
]
const handleTelegram = () => {