mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-29 10:25:50 +08:00
fixed #598
This commit is contained in:
@@ -6,7 +6,7 @@ namespace BetterGenshinImpact.Service.Interface;
|
||||
|
||||
public interface IScriptService
|
||||
{
|
||||
Task RunMulti(List<string> folderNameList, string? groupName = null);
|
||||
Task RunMultiJs(List<string> folderNameList, string? groupName = null);
|
||||
|
||||
Task RunMulti(IEnumerable<ScriptGroupProject> projectList, string groupName);
|
||||
Task RunMulti(IEnumerable<ScriptGroupProject> projectList, string? groupName = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user