2 Commits
2.3.10 ... 2.3

Author SHA1 Message Date
liufei
b7431c0408 gitee 链接 2021-09-11 17:10:39 +08:00
liufei
d60435cd61 修复一个小bug 2021-09-11 16:28:55 +08:00
3 changed files with 13 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
Margin="0,0,10,0" Color="#24292F"/>
<hc:Shield Subject="Gitee" Visibility="Visible" Status="Demo-liu"
Command="hc:ControlCommands.OpenLink"
CommandParameter=""
CommandParameter="https://gitee.com/demo_liu/GeekDesk"
Margin="0,5,10,0" Color="#C71D23"/>

View File

@@ -38,9 +38,12 @@ namespace GeekDesk.Control.Windows
InitializeComponent();
this.Topmost = true;
ExeTime.SelectedDateTime = DateTime.Now.AddMinutes(10);
DateTime time = DateTime.Now.AddMinutes(10);
ExeTime.SelectedDateTime = time;
SetTimePanel.Visibility = Visibility.Visible;
this.DataContext = new ToDoInfo();
this.DataContext = new ToDoInfo {
ExeTime = time.ToString("yyyy-MM-dd HH:mm:ss")
};
}
private ToDoInfoWindow(ToDoInfo info)
{

View File

@@ -1,5 +1,5 @@
# GeekDesk
小巧、美观的桌面快速启动管理工具
小巧、美观的桌面快速启动工具
## 开发框架
- wpf
@@ -9,6 +9,7 @@
## 全局热键 鼠标跟随 快速启动 随时随地
- 支持自定义热键
- 支持鼠标跟随
-
<img src="https://z3.ax1x.com/2021/07/19/WJt4hQ.gif" alt="WJt4hQ.gif" border="0" width="800px"/>
## 自定义壁纸
@@ -35,6 +36,11 @@
- 这是个人开发的程序,任何人可任意修改和免费使用(未做较大功能性改动不允许修改赞赏码,重新修改发布需注明出处)
- 商用需联系作者
## 作者相关
主业Java程序员一枚(目前北京在职), 有好的工作请联系我 :smirk:
### 佛系公众号
不定期更新技术相关, 或者一些牢骚
<img src="https://z3.ax1x.com/2021/07/19/WJaI9e.jpg" alt="WJaI9e.jpg" border="0" />
### 佛系赞赏
我知道没人赞赏但我还是要放上来