feat: 更新版本号至 2.2.8,并优化更新说明内容

This commit is contained in:
ILoveBingLu
2026-02-28 22:27:44 +08:00
parent 3ab2f2b04c
commit f3f3f984f9
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
**一款现代化的微信聊天记录查看与分析工具**
[![License](https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-blue.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-2.2.7-green.svg)](package.json)
[![Version](https://img.shields.io/badge/version-2.2.8-green.svg)](package.json)
[![Platform](https://img.shields.io/badge/platform-Windows-0078D6.svg?logo=windows)]()
[![Electron](https://img.shields.io/badge/Electron-39-47848F.svg?logo=electron)]()
[![React](https://img.shields.io/badge/React-19-61DAFB.svg?logo=react)]()
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ciphertalk",
"version": "2.2.7",
"version": "2.2.8",
"description": "密语 - 微信聊天记录查看工具",
"author": "ILoveBingLu",
"license": "CC-BY-NC-SA-4.0",
+6 -6
View File
@@ -12,7 +12,7 @@ function WhatsNewModal({ onClose, version }: WhatsNewModalProps) {
{
icon: <Package size={20} />,
title: '优化',
desc: '别管优化了什么,反正是优化了好多,记不清了。'
desc: '优化图片密钥获取。'
},
// {
// icon: <Image size={20} />,
@@ -29,11 +29,11 @@ function WhatsNewModal({ onClose, version }: WhatsNewModalProps) {
// title: '分类导出',
// desc: '导出时可按群聊或个人聊天筛选,支持日期范围过滤。'
// }
{
icon: <Aperture size={20} />,
title: '朋友圈',
desc: '评论内的表情包已完成解密!'
}
// {
// icon: <Aperture size={20} />,
// title: '朋友圈',
// desc: '评论内的表情包已完成解密!'
// }
]
const handleTelegram = () => {