first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Generated by Django 5.2.14 on 2026-05-11 10:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('journal', '0002_expand_nepal_art_style_length'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='config',
|
||||
name='netease_player_url',
|
||||
field=models.URLField(blank=True, help_text='网易云「外链播放器」生成的地址,须以 https://music.163.com/ 开头。留空则不显示播放器。', max_length=512),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='config',
|
||||
name='together_since',
|
||||
field=models.DateTimeField(blank=True, help_text='用于首页「我们在一起多少天多少秒」的起点(建议为正式在一起的时刻,含时区)。', null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='config',
|
||||
name='bgm_enabled',
|
||||
field=models.BooleanField(default=True, help_text='是否展示顶部音乐区(网易云 iframe)。'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='config',
|
||||
name='unlock_at',
|
||||
field=models.DateTimeField(blank=True, help_text='已弃用:前端不再按此锁定章节,可留空。', null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user