File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
src/DivergenceMeter/DivergenceMeter/Views Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
使用 .NET 5、WPF 和 Prism 8 制作的桌面时钟挂件
4
4
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
+
5
29
## 文档
6
30
7
31
[[ WPF] 命运石之门效果时钟] ( https://www.yuque.com/zxlt/yg65uh )
8
32
9
33
## 视频
10
34
11
- [[ WPF] ( 命运石之门效果时钟初学教程 )] ( https://www.bilibili.com/video/bv1qy4y1n7xE )
35
+ [ 命运石之门效果时钟初学教程] ( https://www.bilibili.com/video/bv1qy4y1n7xE )
36
+
12
37
13
38
### 补充说明
14
39
Original file line number Diff line number Diff line change 46
46
<TextBlock >说明:</TextBlock >
47
47
<TextBlock >坐标和宽高单位基于 WPF 单位</TextBlock >
48
48
<TextBlock >点击穿透效果会阻止拖动和双击效果</TextBlock >
49
+ <TextBlock >边缘吸附效果只针对主屏幕(如果存在多屏)</TextBlock >
49
50
</StackPanel >
50
51
</StackPanel >
51
52
</Window >
You can’t perform that action at this time.
0 commit comments