chengang2
/
TransparentDigitalClock
Public
Search/Ask
8
3
WeChat Login
Login
Code
Issues
Pull requests
Events
Packages
Insights
main
Branch
1
Tag
0
Fork
Gang Chen<chengang@chengang.com>
add release exe file
b267bddc
7
commits
Properties
.gitignore
App.config
App.xaml
App.xaml.cs
AssemblyInfo.cs
MainWindow.xaml
MainWindow.xaml.cs
README.md
TransparentDigitalClock.csproj
TransparentDigitalClock.csproj.user
TransparentDigitalClock.exe
TransparentDigitalClock.sln
透明数字时钟
一个透明的 Windows 桌面时钟,支持拖动、改变字体、大小和颜色。
功能特性
🕐 实时显示当前时间(小时:分钟:秒)
🔍 透明无边框,不遮挡桌面内容
🖱️ 支持鼠标拖动,可自由放置在桌面任意位置
🎨 可自定义字体、字号和颜色
💾 自动保存设置,下次启动时保持上次的配置
⏰ 始终置顶显示
构建运行
构建环境:VS 2022 / WPF / .NET 8.0 / C#
适用系统:Windows 10 (1607+) / Windows 11
构建命令(不包含运行时):dotnet publish -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true
构建命令(包含运行时):dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
预编译文件:./TransparentDigitalClock.exe
使用方法
右键打开设置菜单
按住鼠标左键拖动到任意位置
点击"Exit"退出
About
一个透明的桌面时钟。支持拖动,支持改变字体、大小和颜色
256.00 KiB
8
forks
3
stars
1
branches
0
Tag
README
Release
0
Tag
0
Language
C#
100%