improve:PPT模块

This commit is contained in:
2026-02-21 17:44:30 +08:00
parent 51e3377b38
commit 2b3d1c11de
5 changed files with 118 additions and 67 deletions
@@ -842,8 +842,8 @@ namespace Ink_Canvas
if (!string.IsNullOrEmpty(savedPptPath) && !string.IsNullOrEmpty(currentPptPath))
{
// 使用文件路径哈希值进行比较,避免路径格式差异
string savedHash = GetFileHash(savedPptPath);
string currentHash = GetFileHash(currentPptPath);
string savedHash = HashHelper.GetFileHash(savedPptPath);
string currentHash = HashHelper.GetFileHash(currentPptPath);
if (savedHash != currentHash)
{