Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7431c0408 | ||
|
|
d60435cd61 |
@@ -28,7 +28,7 @@
|
|||||||
Margin="0,0,10,0" Color="#24292F"/>
|
Margin="0,0,10,0" Color="#24292F"/>
|
||||||
<hc:Shield Subject="Gitee" Visibility="Visible" Status="Demo-liu"
|
<hc:Shield Subject="Gitee" Visibility="Visible" Status="Demo-liu"
|
||||||
Command="hc:ControlCommands.OpenLink"
|
Command="hc:ControlCommands.OpenLink"
|
||||||
CommandParameter=""
|
CommandParameter="https://gitee.com/demo_liu/GeekDesk"
|
||||||
Margin="0,5,10,0" Color="#C71D23"/>
|
Margin="0,5,10,0" Color="#C71D23"/>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,9 +38,12 @@ namespace GeekDesk.Control.Windows
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
this.Topmost = true;
|
this.Topmost = true;
|
||||||
ExeTime.SelectedDateTime = DateTime.Now.AddMinutes(10);
|
DateTime time = DateTime.Now.AddMinutes(10);
|
||||||
|
ExeTime.SelectedDateTime = time;
|
||||||
SetTimePanel.Visibility = Visibility.Visible;
|
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)
|
private ToDoInfoWindow(ToDoInfo info)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# GeekDesk
|
# GeekDesk
|
||||||
小巧、美观的桌面快速启动管理工具
|
小巧、美观的桌面快速启动工具
|
||||||
|
|
||||||
## 开发框架
|
## 开发框架
|
||||||
- wpf
|
- wpf
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
## 全局热键 鼠标跟随 快速启动 随时随地
|
## 全局热键 鼠标跟随 快速启动 随时随地
|
||||||
- 支持自定义热键
|
- 支持自定义热键
|
||||||
- 支持鼠标跟随
|
- 支持鼠标跟随
|
||||||
|
-
|
||||||
<img src="https://z3.ax1x.com/2021/07/19/WJt4hQ.gif" alt="WJt4hQ.gif" border="0" width="800px"/>
|
<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" />
|
||||||
|
|
||||||
### 佛系赞赏
|
### 佛系赞赏
|
||||||
我知道没人赞赏但我还是要放上来
|
我知道没人赞赏但我还是要放上来
|
||||||
|
|||||||
Reference in New Issue
Block a user