diff --git a/README.md b/README.md index dd08c36..72b2f0b 100644 --- a/README.md +++ b/README.md @@ -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更新 @@ -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) + diff --git a/scripts/windows-publish.ps1 b/scripts/windows-publish.ps1 index b255176..489b816 100644 --- a/scripts/windows-publish.ps1 +++ b/scripts/windows-publish.ps1 @@ -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