mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-27 10:15:50 +08:00
feat: 为js提供html遮罩 (#2975)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user