feat: 为js提供html遮罩 (#2975)

This commit is contained in:
躁动的氨气
2026-05-02 15:55:34 +08:00
committed by GitHub
parent 255bf653e8
commit 10ee93e8bb
6 changed files with 793 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using BetterGenshinImpact.Core.Script.Dependence;
using BetterGenshinImpact.View;
using Microsoft.ClearScript.JavaScript;
namespace BetterGenshinImpact.Core.Script.Project;
@@ -139,6 +140,7 @@ public class ScriptProject
}
finally
{
HtmlMaskWindow.CloseAll();
engine.Dispose();
}
}