🎉 添加新手引导提示
This commit is contained in:
@@ -43,7 +43,7 @@ namespace GeekDesk
|
|||||||
public partial class MainWindow : Window, IWindowCommon
|
public partial class MainWindow : Window, IWindowCommon
|
||||||
{
|
{
|
||||||
|
|
||||||
public static AppData appData = CommonCode.GetAppDataByFile();
|
public static AppData appData;
|
||||||
public static ToDoInfoWindow toDoInfoWindow;
|
public static ToDoInfoWindow toDoInfoWindow;
|
||||||
public static int hotKeyId = -1;
|
public static int hotKeyId = -1;
|
||||||
public static int toDoHotKeyId = -1;
|
public static int toDoHotKeyId = -1;
|
||||||
@@ -53,9 +53,7 @@ namespace GeekDesk
|
|||||||
private static bool dataFileExist = true;
|
private static bool dataFileExist = true;
|
||||||
public MainWindow()
|
public MainWindow()
|
||||||
{
|
{
|
||||||
//判断数据文件是否存在 如果不存在那么是第一次打开程序
|
|
||||||
dataFileExist = File.Exists(Constants.DATA_FILE_PATH);
|
|
||||||
|
|
||||||
//加载数据
|
//加载数据
|
||||||
LoadData();
|
LoadData();
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
@@ -276,6 +274,11 @@ namespace GeekDesk
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void LoadData()
|
private void LoadData()
|
||||||
{
|
{
|
||||||
|
//判断数据文件是否存在 如果不存在那么是第一次打开程序
|
||||||
|
dataFileExist = File.Exists(Constants.DATA_FILE_PATH);
|
||||||
|
|
||||||
|
appData = CommonCode.GetAppDataByFile();
|
||||||
|
|
||||||
this.DataContext = appData;
|
this.DataContext = appData;
|
||||||
if (appData.MenuList.Count == 0)
|
if (appData.MenuList.Count == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"title": "GeekDesk版本更新",
|
"title": "GeekDesk版本更新",
|
||||||
"subTitle": "V2.5.13",
|
"subTitle": "V2.5.14",
|
||||||
"msgTitle": "本次更新内容如下",
|
"msgTitle": "本次更新内容如下",
|
||||||
"msg": "['求Star,求Star', '集成Win11显秒插件', '崩溃问题修复', '现在在右侧栏(快捷图标区域)也可以鼠标滚轮切换菜单了', '缩放屏幕截图问题修复(感谢@1062406901提的PR)', '更改一下Logo', '其它已知问题修复']",
|
"msg": "['好久不见, 别来无恙, 辞职回老家了, 突然换了新环境有点不适应, 目前还处于工作中的迷茫期, 祝我们大家都前程似锦吧', '另外GeekDesk准备冲击一下Gitee GVP, 希望大家能给我点一下码云(Gitee)和GitHub的star❤❤❤', '之后我会抽时间编写一下开发者文档, 方便大家更清楚的了解项目结构, 从而有更多的人参与进来开发(一直没有编写是因为太懒了), 不多说了, 看下这次更新内容吧', '集成Everything搜索,设置-->其它-->勾选Everything插件开启', '增加了关联文件夹功能, 右键点击左侧栏-->新建关联菜单', '增加强制置顶开关,设置-->显示设置-->勾选/取消 置于顶层', '右侧栏图标列表增加了自适应列宽, 不会出现图标显示一半的情况了', '简单添加了新手引导提示', '加密菜单bug修复 By @huangcan', '多显示器拾色器bug修复 By @huangcan', '拖动图标到菜单的异常修复 By @Hsxxxxxx', '其它bug修复及功能优化']",
|
||||||
"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",
|
||||||
"version": "2.5.13"
|
"version": "2.5.14"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user