1 Star 2 Fork 0

Myles Yang/RandomDesktopBackground

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
const_config.py 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
Myles Yang 提交于 2021-07-07 15:11 . optimize codes and fix bugs
# -*-coding:utf-8-*-
"""
全局常量
@author Myles Yang
"""
# 程序名称
app_name = '随机桌面背景'
# 对话框标题
dialog_title = '来自\"{}\"的提示'.format(app_name)
# 桌面背景保存目录
bg_srcpath = 'run/wallpapers'
# 运行日志保存目录
log_srcpath = 'run/log/'
# 配置文件保存目录
config_srcpath = 'run/'
# PID文件保存目录
pid_srcpath = 'run/'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/snwjas/random-desktop-background.git
[email protected]:snwjas/random-desktop-background.git
snwjas
random-desktop-background
RandomDesktopBackground
master

搜索帮助