|
|
@ -57,7 +57,7 @@ BEGIN_WORDS = [ |
|
|
|
] |
|
|
|
|
|
|
|
for idx, (title, text, avatar) in zip(range(1, 11), BEGIN_WORDS): |
|
|
|
s = Story(id=idx, title=title, text=text, tail=idx, |
|
|
|
s = Story(id=idx, title=title, text=text, tail=idx, is_tree=(idx == 10), |
|
|
|
avatar="/ordinary/static/img/" + avatar) |
|
|
|
p = Paragraph(id=idx, text=text, story_id=idx, is_chosen=True, |
|
|
|
author="初始设定") |
|
|
|