mwy2.0
This commit is contained in:
@@ -145,7 +145,6 @@ class ConfigAdmin(admin.ModelAdmin):
|
||||
list_display = (
|
||||
"site_title",
|
||||
"together_since",
|
||||
"bgm_enabled",
|
||||
"unlock_at",
|
||||
)
|
||||
list_display_links = ("site_title",)
|
||||
@@ -155,17 +154,13 @@ class ConfigAdmin(admin.ModelAdmin):
|
||||
{"fields": ("site_title",)},
|
||||
),
|
||||
(
|
||||
"时间与音乐",
|
||||
"时间",
|
||||
{
|
||||
"fields": (
|
||||
"together_since",
|
||||
"bgm_enabled",
|
||||
"unlock_at",
|
||||
),
|
||||
"description": (
|
||||
"「在一起」时间用于首页计数。顶部网易云播放器在前端 .env 的 "
|
||||
"VITE_NETEASE_PLAYER_SRC 配置。unlock_at 已不使用,可留空。"
|
||||
),
|
||||
"description": "「在一起」时间用于首页计数。unlock_at 已不使用,可留空。",
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user