mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-02 22:39:01 +08:00
优化特殊宏的注释管理,确保技能名由用户手动填写并固定为无目标、无宏条件;更新相关文档和界面显示。
This commit is contained in:
@@ -160,6 +160,8 @@ public sealed class ModuleMacrosSnapshot
|
||||
public sealed class ModuleMacroEntrySnapshot
|
||||
{
|
||||
public string Text { get; set; } = string.Empty;
|
||||
|
||||
// 对特殊宏表示必须手工维护的技能名,并以 Lua 行尾注释持久化。
|
||||
public string? Comment { get; set; }
|
||||
|
||||
public ModuleMacroEntrySnapshot Clone() => (ModuleMacroEntrySnapshot)MemberwiseClone();
|
||||
|
||||
Reference in New Issue
Block a user