refactor: new start
This commit is contained in:
-41
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- 浮动时钟配置文件 -->
|
||||
<ClockConfig>
|
||||
<!-- 窗口设置 -->
|
||||
<Window>
|
||||
<Width>350</Width>
|
||||
<Height>180</Height>
|
||||
<PosX>-1</PosX> <!-- -1表示屏幕居中 -->
|
||||
<PosY>-1</PosY>
|
||||
<BorderRadius>20</BorderRadius>
|
||||
<BorderWidth>2</BorderWidth>
|
||||
<BorderColor>#333333</BorderColor>
|
||||
</Window>
|
||||
|
||||
<!-- 字体设置 -->
|
||||
<Font>
|
||||
<Size>96</Size>
|
||||
<Family>Arial</Family>
|
||||
<Bold>true</Bold>
|
||||
<Italic>false</Italic>
|
||||
<Color>#ff6600</Color>
|
||||
</Font>
|
||||
|
||||
<!-- 背景设置 -->
|
||||
<Background>
|
||||
<Color>#1a000000</Color> <!-- 半透明黑色背景 -->
|
||||
</Background>
|
||||
|
||||
<!-- 时间格式 -->
|
||||
<Time>
|
||||
<Format>HH:mm:ss</Format>
|
||||
</Time>
|
||||
|
||||
<!-- 阴影效果 -->
|
||||
<Shadow>
|
||||
<BlurRadius>30</BlurRadius>
|
||||
<OffsetX>4</OffsetX>
|
||||
<OffsetY>4</OffsetY>
|
||||
<Color>#80000000</Color>
|
||||
</Shadow>
|
||||
</ClockConfig>
|
||||
Reference in New Issue
Block a user