Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/web/branding.py

21 lines
894 B

7 months ago
# ---------------------------------------------------------------------------------
# MW-Linux面板
# ---------------------------------------------------------------------------------
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved.
# ---------------------------------------------------------------------------------
# Author: midoks <midoks@163.com>
# ---------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------
# 品牌信息
# ---------------------------------------------------------------------------------
# UI中显示的应用程序的名称
APP_NAME = 'mdserver-web'
APP_ICON = 'icon'
7 months ago
APP_LOG_NAME = 'panel'
APP_SQLITE_NAME = 'panel'
7 months ago
# Copyright string for display in the app
APP_COPYRIGHT = 'Copyright (C) 2018-∞ All rights reserved.'