======scenario_config(分镜配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|唯一id 10001, 下面4位是内部序号,万位起是[[generated:cutscene_config]]序号|int|0| |**cutscene_id**|属于哪个cutscene|int|0| |**index**|内部顺序(第几帧)|int|0| |**avatar_slot_1**|左侧栏位头像(切换时自动清除旧表情)|string|| |**avatar_slot_2**|右侧栏位头像(切换时自动清除旧表情)|string|| |**emoji_slot_1**|左侧栏位表情|string|| |**emoji_slot_2**|右侧栏位表情|string|| |**emoji_pos_1**|左侧栏位表情出现位置,事先约定好的若干个预设位置(1~N)|int|1| |**emoji_pos_2**|右侧栏位表情出现位置,事先约定好的若干个预设位置(1~N)|int|1| |**speaker**|[loc]说话者名字|string|| |**content**|[loc]文本内容|string|| |**frame_style**|文本外框枚举[[generated:FRAME_STYLE]]|int|1| |**effects**|特效可多项,逗号分隔[[generated:SCENARIO_EFFECT]]|string|| |**bgm**|如果填写,会覆盖原来的BGM播放|string|| |**se**|音效|string|| =====数据表查询===== <php> ?> <form action="http://120.55.162.32:8081/web/PrintPrototype.php?table_name=scenario_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>