This commit is contained in:
parent
90ca29e0d0
commit
3084db3e86
|
@ -10,7 +10,7 @@ namespace com.ifactory.cutting.mode.auto_save_images;
|
|||
/// </summary>
|
||||
public sealed class AutoSaveImage:MyMod
|
||||
{
|
||||
public override string PackageName { get; set; } = "com.ifactory.cutting.mode.auto_save_images";
|
||||
public override string PackageName { get; set; } = "iFactory.Cutting.Mod.auto_save_images";
|
||||
public override string Name { get; set; } = "自动保存导出数据";
|
||||
|
||||
[Inject] private ICuttingTool _cuttingTool;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "iFactory Cutting 自动保存导出数据",
|
||||
"PackageName": "com.ifactory.cutting.mod.auto_save",
|
||||
"PackageName": "iFactory.Cutting.Mod.auto_save_images",
|
||||
"Description": "自动保存导出数据,同样也可解析数据后提交信号序列到其他设备",
|
||||
"Version": "0.0.1",
|
||||
"Dependencies": {
|
||||
|
|
Loading…
Reference in New Issue