Explorar el Código

一场调试

Lishi
xxe hace 2 años
padre
commit
61c2696763
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs
  2. +1
    -1
      HKCardOUT/options.json

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs Ver fichero

@@ -234,7 +234,7 @@ namespace HKCardOUT.ViewModels
win.Show();
}
}
catch
catch (Exception ex)
{
var win = new AdWindow("暂无广告");
var rectangle = System.Windows.Forms.Screen.AllScreens[0].WorkingArea;


+ 1
- 1
HKCardOUT/options.json Ver fichero

@@ -1,7 +1,7 @@
{
//服务地址
"SaasRoute": "https://witt.black-pa.com/kitchen/",
"IsTest": true,
"IsTest": false,
"COM": "COM3",
//定时任务时间表达式
"Cron": "0 0 0/1 * * ? ",


Cargando…
Cancelar
Guardar