This commit is contained in:
2026-03-06 19:08:25 +08:00
parent 63ca92e470
commit 27f936d4a9
5 changed files with 551 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ public class TabletElement
public double? threeOffset { get; set; }
public double? fourOffset { get; set; }
public int? breakLen { get; set; }
}
public class ElementStyle
@@ -43,7 +44,12 @@ public partial class admin_item_TabletDesigner :MyWeb.config
{
}
[WebMethod]
public static string SaveDesigner()
{
return "";
}
[WebMethod]
public static string GetConfig()
{