mwy2.0
This commit is contained in:
@@ -123,10 +123,6 @@ class Config(models.Model):
|
||||
null=True,
|
||||
help_text="用于首页「我们在一起多少天多少秒」的起点(建议为正式在一起的时刻,含时区)。",
|
||||
)
|
||||
bgm_enabled = models.BooleanField(
|
||||
default=True,
|
||||
help_text="是否展示顶部音乐区(播放器地址在前端环境变量 VITE_NETEASE_PLAYER_SRC 配置)。",
|
||||
)
|
||||
site_title = models.CharField(
|
||||
max_length=120,
|
||||
default="Nepal Journey: Our Story",
|
||||
|
||||
Reference in New Issue
Block a user