Skip to content

Commit 840cfb5

Browse files
author
sanshiliuxiao
committed
更新说明
1 parent b3bc97d commit 840cfb5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,38 @@
22

33
使用 .NET 5、WPF 和 Prism 8 制作的桌面时钟挂件
44

5+
6+
### 实现功能
7+
8+
- [x] 世界线变动仪效果(双击)
9+
- [x] 窗体置顶效果
10+
- [x] 窗体穿透效果
11+
- [x] 任务栏隐藏及系统托盘
12+
- [x] 配置文件保存本地
13+
- [x] 边缘吸附
14+
- [x] 开机自启
15+
16+
### 食用
17+
18+
#### 方式一
19+
20+
* 下载源代码自行编译
21+
22+
#### 方式二
23+
24+
* 前往 [DivergenceMeter](https://github.com/sanshiliuxiao/DivergenceMeter/releases) 下载 exe 文件
25+
26+
27+
* 如果电脑上不存在 .NET 5 环境,需要前往微软官网下载。 [Download .NET5](https://dotnet.microsoft.com/download)
28+
529
## 文档
630

731
[[WPF] 命运石之门效果时钟](https://www.yuque.com/zxlt/yg65uh)
832

933
## 视频
1034

11-
[[WPF](命运石之门效果时钟初学教程)](https://www.bilibili.com/video/bv1qy4y1n7xE)
35+
[命运石之门效果时钟初学教程](https://www.bilibili.com/video/bv1qy4y1n7xE)
36+
1237

1338
### 补充说明
1439

src/DivergenceMeter/DivergenceMeter/Views/SettingsWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<TextBlock>说明:</TextBlock>
4747
<TextBlock>坐标和宽高单位基于 WPF 单位</TextBlock>
4848
<TextBlock>点击穿透效果会阻止拖动和双击效果</TextBlock>
49+
<TextBlock>边缘吸附效果只针对主屏幕(如果存在多屏)</TextBlock>
4950
</StackPanel>
5051
</StackPanel>
5152
</Window>

0 commit comments

Comments
 (0)