diff --git a/.claudiaideconfig b/.claudiaideconfig new file mode 100644 index 0000000..8962a0a --- /dev/null +++ b/.claudiaideconfig @@ -0,0 +1,48 @@ +{ + "BackgroundImageAbsolutePath": "C:\\Users\\33134\\Desktop\\look.jpg", + "BackgroundImagesDirectoryAbsolutePath": "c:\\users\\33134\\appdata\\local\\microsoft\\visualstudio\\17.0_4587ed4d\\extensions\\1bskmveu.ze0\\Images", + "BlurMethod": 0, + "BlurRadius": 0, + "EditorBackgroundColor": "", + "EditorBackgroundColorObject": null, + "ExpandToIDE": true, + "Extensions": ".png, .jpg, .gif, .bmp", + "ImageBackgroundType": 0, + "ImageFadeAnimationInterval": "PT5S", + "ImageStretch": 0, + "IsLimitToMainlyEditorWindow": false, + "IsTransparentToContentMargin": false, + "IsTransparentToStickyScroll": false, + "LoopSlideshow": true, + "MaxHeight": 0, + "MaxWidth": 0, + "Opacity": 0.2, + "PositionHorizon": 2, + "PositionVertical": 2, + "ShuffleSlideshow": false, + "SoftEdgeX": 0, + "SoftEdgeY": 0, + "StickyScrollColor": "#00000000", + "StickyScrollColorObject": { + "A": 0, + "B": 0, + "G": 0, + "R": 0, + "ScA": 0, + "ScB": 0, + "ScG": 0, + "ScR": 0 + }, + "TileMode": 3, + "UpdateImageInterval": "PT1M", + "ViewBoxPointX": 0, + "ViewBoxPointY": 0, + "ViewPortHeight": 1, + "ViewPortPointX": 0, + "ViewPortPointY": 0, + "ViewPortWidth": 1, + "WebApiDownloadInterval": "PT5M", + "WebApiEndpoint": "", + "WebApiJsonKey": "", + "WebSingleUrl": "" +} \ No newline at end of file diff --git a/linesider_screen_bankend/Models/linesider_sreen_bankend.Models/SQLHepler/SqlSugarHelper.cs b/linesider_screen_bankend/Models/linesider_sreen_bankend.Models/SQLHepler/SqlSugarHelper.cs index d5a3e55..535a6bc 100644 --- a/linesider_screen_bankend/Models/linesider_sreen_bankend.Models/SQLHepler/SqlSugarHelper.cs +++ b/linesider_screen_bankend/Models/linesider_sreen_bankend.Models/SQLHepler/SqlSugarHelper.cs @@ -9,7 +9,8 @@ namespace linesider_screen_bankend.Services.SQLHepler { var config = new ConnectionConfig() { - ConnectionString = "Data Source=192.168.50.163;User ID=root;Password=123456;Initial Catalog=GXAssembly;Port=3306", // 替换为你的MySQL连接字符串 + //ConnectionString = "Data Source=192.168.50.163;User ID=root;Password=123456;Initial Catalog=GXAssembly;Port=3306", // 替换为你的MySQL连接字符串 + ConnectionString= "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog=GXAssembly;Port=3308", DbType = DbType.MySql, // 数据库类型设置为MySQL IsAutoCloseConnection = true, // 自动释放 InitKeyType = InitKeyType.Attribute // 从实体特性读取主键信息 diff --git a/linesider_screen_bankend/linesider_screen_bankend.Core/Tools/BartenderPrintingTool.cs b/linesider_screen_bankend/linesider_screen_bankend.Core/Tools/BartenderPrintingTool.cs index 0a9cb2a..55491ff 100644 --- a/linesider_screen_bankend/linesider_screen_bankend.Core/Tools/BartenderPrintingTool.cs +++ b/linesider_screen_bankend/linesider_screen_bankend.Core/Tools/BartenderPrintingTool.cs @@ -55,7 +55,6 @@ namespace linesider_screen_bankend.Core.Tools _btFormat.SetNamedSubStringValue(item.Key, item.Value); } } - // 执行打印 _btFormat.PrintOut(false, false); return true; diff --git a/linesider_screen_bankend/linesider_screen_bankend/Resources/gxassembly_production_label.btw b/linesider_screen_bankend/linesider_screen_bankend/Resources/gxassembly_production_label.btw index 222f095..c65487d 100644 Binary files a/linesider_screen_bankend/linesider_screen_bankend/Resources/gxassembly_production_label.btw and b/linesider_screen_bankend/linesider_screen_bankend/Resources/gxassembly_production_label.btw differ