📝 更新内容
This commit is contained in:
@@ -21,7 +21,7 @@ namespace GeekDesk.Task
|
|||||||
System.Timers.Timer timer = new System.Timers.Timer
|
System.Timers.Timer timer = new System.Timers.Timer
|
||||||
{
|
{
|
||||||
Enabled = true,
|
Enabled = true,
|
||||||
Interval = 60 * 1000 * 60, //60秒 * 60
|
Interval = 60 * 1000 * 60 * 2, //60秒 * 60 * 2 2小时触发一次
|
||||||
//Interval = 6000,
|
//Interval = 6000,
|
||||||
};
|
};
|
||||||
timer.Start();
|
timer.Start();
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ namespace GeekDesk.Task
|
|||||||
System.Timers.Timer timer = new System.Timers.Timer
|
System.Timers.Timer timer = new System.Timers.Timer
|
||||||
{
|
{
|
||||||
Enabled = true,
|
Enabled = true,
|
||||||
Interval = 60 * 1000 * 60 * 12, //60秒 * 60分钟 * 12
|
Interval = 60 * 1000 * 60 * 12, //60秒 * 60 * 12 12小时触发一次
|
||||||
//Interval = 6000,
|
//Interval = 6000,
|
||||||
};
|
};
|
||||||
timer.Start();
|
timer.Start();
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"title": "GeekDesk版本更新",
|
"title": "GeekDesk版本更新",
|
||||||
"subTitle": "V2.5.15",
|
"subTitle": "V2.5.15",
|
||||||
"msgTitle": "本次更新内容如下",
|
"msgTitle": "本次更新内容如下",
|
||||||
"msg": "['鸽了挺久, 我终于又来更新了, 废话不多说, 看下本次更新内容, 没有点star的记得给我star哦^_^', '增加自动多文件备份在根目录下bak文件夹, 数据文件损坏会自动寻找最近的一次备份数据, 基本不用担心数据文件损坏了!!! 备份数据默认为最近7天, 可以通过打开根目录下GeekDesk.exe.config, 找到BakDays修改', '修复多块屏幕下高分屏缩放比例不同导致的鼠标追随bug, 显示时可以正确的追随鼠标位置了', '修复多块屏幕下高分屏缩放比例不同导致的拾色器bug, 可以正常拾色了', '另外UI假死的情况, 由于并不是每个用户都出现这个bug, 这次做了尝试性修复, 各位可以看下是否还会出现切换菜单出现不会出现图标的情况', '其它优化', 'PS:最新版的windows11已经可以打开秒数显示了, 各位可以不用开启时钟显秒插件了']",
|
"msg": "['鸽了挺久, 我终于又来更新了, 废话不多说, 看下本次更新内容, 没有点star的记得给我star哦^_^', '增加自动多文件备份在根目录下bak文件夹, 数据文件损坏会自动寻找最近的一次备份数据, 基本不用担心数据文件损坏了!!! 备份数据默认为最近7天, 可以通过打开根目录下GeekDesk.exe.config, 找到BakDays修改', '修复多块屏幕下高分屏缩放比例不同导致的鼠标追随bug, 显示时可以正确的追随鼠标位置了', '修复多块屏幕下高分屏缩放比例不同导致的拾色器bug, 可以正常拾色了', '增加自定义纯色背景的保存功能', '修复按照使用次数排序不会自动根据使用次数排序的bug', '另外UI假死的情况, 由于并不是每个用户都出现这个bug, 这次做了尝试性修复, 各位可以看下是否还会出现切换菜单出现不会出现图标的情况', '其它优化', 'PS:最新版的windows11已经可以打开秒数显示了, 各位可以不用开启时钟显秒插件了', '升级前建议备份原目录']",
|
||||||
"githubUrl": "https://github.com/BookerLiu/GeekDesk/releases",
|
"githubUrl": "https://github.com/BookerLiu/GeekDesk/releases",
|
||||||
"giteeUrl": "https://gitee.com/BookerLiu/GeekDesk/releases",
|
"giteeUrl": "https://gitee.com/BookerLiu/GeekDesk/releases",
|
||||||
"statisticUrl": "http://43.138.23.39:8989/bookerService/geekDeskController/userCountStatistic",
|
"statisticUrl": "http://43.138.23.39:8989/bookerService/geekDeskController/userCountStatistic",
|
||||||
|
|||||||
Reference in New Issue
Block a user