feat: 更新用户协议

This commit is contained in:
digua
2025-12-20 02:58:19 +08:00
parent b96fbbb60c
commit 8c93e23357
4 changed files with 251 additions and 1 deletions
@@ -1,7 +1,7 @@
/**
* shuakami/qq-chat-exporter V4 格式解析器
* 适配项目: https://github.com/shuakami/qq-chat-exporter
* 版本: V4.x (2024年12月更新)
* 版本: V4.x (2025年12月更新)
*
* 文件结构:
* - metadata: 元数据
+1
View File
@@ -38,6 +38,7 @@ const api = {
'get-gpu-acceleration',
'set-gpu-acceleration',
'save-gpu-acceleration',
'window-close', // 用户协议拒绝时退出应用
]
if (validChannels.includes(channel)) {
ipcRenderer.send(channel, data)