Skip to content

Commit

Permalink
仿超级小桀的时钟
Browse files Browse the repository at this point in the history
Signed-off-by: beiklive <[email protected]>
  • Loading branch information
beiklive committed Nov 17, 2022
1 parent c6f246f commit 79421d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
![Alt](https://repobeats.axiom.co/api/embed/8f909ccbea090049c56d63c46e847bc678b7a403.svg "Repobeats analytics image")


## 设置说明
[![image](img/202217912-5e430476-606e-4a9e-a20b-01c77198e133.png)](https://user-images.githubusercontent.com/73771431/202217912-5e430476-606e-4a9e-a20b-01c77198e133.png)

周时分秒 四项用来控制时钟的弹出时间

数值范围

> `00 - 06` `0`代表周日,其他依次类推
> `00 - 23`
> `00 - 59`
> `00 - 59`
为空时表示全部触发,每个数字使用空格隔开

例:

> 秒: `30`
> 分:`29 59`
> 时:`08 12`
> 周:`00 06`
表示每周六和周日的八点和十二点的29分30秒和59分30秒,时钟弹出
***注意:个位数需要多补一个0,比如0要写成00, 3要写成03!!!!!!!!***

## v1.0.1更新

Expand All @@ -17,4 +40,4 @@
2. 可自定义弹入弹出的时间间隔或者永久停留在桌面
3. 记忆控件在桌面的位置

[![image](img/202217912-5e430476-606e-4a9e-a20b-01c77198e133.png)](https://user-images.githubusercontent.com/73771431/202217912-5e430476-606e-4a9e-a20b-01c77198e133.png)

2 changes: 1 addition & 1 deletion scripts/windows-publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Main() {
# 拷贝依赖
windeployqt --qmldir . --plugindir $archiveName\plugins --no-translations --compiler-runtime $archiveName\$targetName
# 删除不必要的文件
$excludeList = @("*.qmlc", "*.ilk", "*.exp", "*.lib", "*.pdb")
$excludeList = @("*.qmlc", "*.ilk", "*.exp", "*.lib", "*.pdb", "opengl32sw.dll")
Remove-Item -Path $archiveName -Include $excludeList -Recurse -Force
# 拷贝vcRedist dll
$redistDll="{0}{1}\*.CRT\*.dll" -f $env:vcToolsRedistDir.Trim(),$env:msvcArch
Expand Down

0 comments on commit 79421d1

Please sign in to comment.