19 lines
580 B
Python
19 lines
580 B
Python
# Generated by Django 5.2.14 on 2026-05-11 10:52
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('journal', '0003_config_together_netease_unlock_nullable'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='config',
|
|
name='netease_player_url',
|
|
field=models.TextField(blank=True, help_text='粘贴网易云外链播放器的整段 <iframe …>,或只粘贴 src 里的链接(支持 //music.163.com/…)。留空则不显示播放器。'),
|
|
),
|
|
]
|