mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-27 10:15:50 +08:00
调整JS脚本选择窗口的显示名称格式,优化用户界面信息呈现
This commit is contained in:
@@ -227,6 +227,6 @@ public class JsScriptInfo
|
||||
public string FolderPath { get; set; } = string.Empty;
|
||||
public Manifest Manifest { get; set; } = new();
|
||||
|
||||
public string DisplayName => $"{FolderName} - {Manifest.Name}";
|
||||
public string DisplayName => $"{Manifest.Name}({FolderName})";
|
||||
public string Description => Manifest.ShortDescription;
|
||||
}
|
||||
Reference in New Issue
Block a user