mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
add bgi version
This commit is contained in:
@@ -14,6 +14,7 @@ public class Manifest
|
||||
public int ManifestVersion { get; set; } = 1;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Version { get; set; } = string.Empty;
|
||||
public string? BgiVersion { get; set; }
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public List<Author> Authors { get; set; } = [];
|
||||
public string Main { get; set; } = string.Empty;
|
||||
|
||||
@@ -8,7 +8,16 @@ namespace BetterGenshinImpact.GameTask.AutoPathing.Model;
|
||||
public class PathingTaskInfo
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
|
||||
public string? Author { get; set; }
|
||||
|
||||
public string? Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 制作时 BetterGI 的版本,用于兼容性检查
|
||||
/// </summary>
|
||||
public string? BgiVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务类型
|
||||
|
||||
Reference in New Issue
Block a user