mdserver-web/web/branding.py

21 lines
894 B
Python
Raw Normal View History

2024-10-08 11:35:42 -04:00
# ---------------------------------------------------------------------------------
# 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'
2024-10-24 14:24:38 -04:00
APP_LOG_NAME = 'panel'
APP_SQLITE_NAME = 'panel'
2024-10-08 11:35:42 -04:00
# Copyright string for display in the app
APP_COPYRIGHT = 'Copyright (C) 2018-∞ All rights reserved.'