1 Star 3 Fork 1

麻本法 / qt.mimicry-clock-screensaver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

qt.mimicry-clock-screensaver

适用于深度操作系统的屏保拟态时钟程序 - 基于此屏幕保护程序 - 开发指南

屏保演示

  • 在配置好屏幕保护设置后,执行 deepin-screensaver 即可立即预览屏保效果

构建说明

  • 执行以下命令进行构建或运行与打包
    $ make debug   # 将构建 Debug 模式的应用程序,适合在 Debug 模式运行
    $ make run     # 将自动构建 Debug 模式的应用程序,并运行
    $ make package # 将自动构建 Release 模式的应用程序,并打包为 deb
    # 以上所产生的文件均在 build 目录下,build 目录已加入 .gitignore

定制说明

此程序可基于更改部分代码而达到不同的效果。

  1. 取消注释 assets/style.css 的 19 行和 30 行,你将获得一个彩色背景样式图

  2. 通过代码部分修改你将得到各种自定义的效果,你或许可以配置在线主页为屏保 (效果图)

    // 例如: 可定制成以 '中国台风网' 页面作为屏保
    // view->page()->load(QUrl("http://typhoon.nmc.cn/web.html")); 

The MIT License (MIT) Copyright © 2021 zinface <zinface@163.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

适用于深度操作系统的屏保拟态时钟程序 展开 收起
CMake 等 5 种语言
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/zinface/qt.mimicry-clock-screensaver.git
git@gitee.com:zinface/qt.mimicry-clock-screensaver.git
zinface
qt.mimicry-clock-screensaver
qt.mimicry-clock-screensaver
master

搜索帮助