File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <tr >
5050 <td colspan="2" align="center"><img src="frontend/public/message.png" alt="聊天记录页面" width="800"/></td>
5151 </tr >
52+ <tr >
53+ <td align="center" colspan="2"><b>修改消息</b>(本地修改,支持恢复)</td>
54+ </tr >
55+ <tr >
56+ <td colspan="2" align="center"><img src="frontend/public/edit.gif" alt="修改消息" width="800"/></td>
57+ </tr >
58+ <tr >
59+ <td align="center" colspan="2"><b>实时消息同步</b>(点击侧边栏闪电图标后,消息会自动刷新)</td>
60+ </tr >
61+ <tr >
62+ <td colspan="2" align="center"><img src="frontend/public/RealTimeMessages.gif" alt="实时消息同步" width="800"/></td>
63+ </tr >
64+ <tr >
65+ <td align="center" colspan="2"><b>设置面板</b>(桌面行为、启动偏好、更新、朋友圈缓存策略)</td>
66+ </tr >
67+ <tr >
68+ <td colspan="2" align="center"><img src="frontend/public/setting.png" alt="设置面板" width="800"/></td>
69+ </tr >
5270 <tr >
5371 <td align="center" colspan="2"><b>朋友圈</b>(支持查看用户之前朋友圈的背景图及时间;本地查看过的朋友圈即使后续不可见也可以查看)</td>
5472 </tr >
@@ -174,6 +192,16 @@ npm run dist
1741923 . ** 数据隐私** : 解密后的数据包含个人隐私信息,请谨慎处理
1751934 . ** 合法使用** : 请遵守相关法律法规,不得用于非法目的
176194
195+ ## 修改消息
196+
197+ 支持在聊天页对单条消息进行本地修改(如修改消息文本/字段、修复为我发送、反转本地气泡方向),并在“修改记录”页查看原始与当前对比,支持单条恢复或按会话一键恢复。
198+
199+ 该功能只修改本机本地数据库(` db_storage ` 与解密副本),不会调用远端回写接口。
200+
201+ <p align =" center " >
202+ <img src =" frontend/public/edit.gif " alt =" 本地消息修改 " width =" 800 " />
203+ </p >
204+
177205## 致谢
178206
179207本项目的开发过程中参考了以下优秀的开源项目和资源:
You can’t perform that action at this time.
0 commit comments