======story_chapter_config(冒险手记章节配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id 章节|int|1| |**chapter_name**|章节名字|string|0| |**condition**|解锁条件(比如等级)[[generated:CONDITION]]|string|| |**bg**|完成时大图|string|| |**bg_locked**|未完成时大图|string|| |**bg_back**|卡背的角色中图|string|| |**cutscene_id**|[[generated:cutscene_config]]|int|0| |**locked_text**|未完成时的文本|string|| |**unlocked_text**|完成时的文本|string|| |**loot**|完成时的奖励|string|| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=story_chapter_config" method="post" target="view_frame"> <input type="submit" name="button" value="查看数据" /> <iframe width="100%" height="300px" name="view_frame" id ="linkto"align="left" ></iframe> </form> <?php </php>