mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat:v2新增版本标识(用于插件进行兼容性判断),插件市场只显示兼容对应版本标识的插件
This commit is contained in:
@@ -16,6 +16,8 @@ class Settings(BaseSettings):
|
||||
"""
|
||||
# 项目名称
|
||||
PROJECT_NAME = "MoviePilot"
|
||||
# 版本标识,用来区分重大版本,为空则为v1
|
||||
VERSION_FLAG = "v2"
|
||||
# 域名 格式;https://movie-pilot.org
|
||||
APP_DOMAIN: str = ""
|
||||
# API路径
|
||||
|
||||
Reference in New Issue
Block a user