======vip_config(贵族配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id 1~15 [[generated:VIP_TYPE]] 99表示无VIP|int|0| |**name**|名称|string|| |**description**|说明(多行)|string|| |**icon**|图标|string|| |**shop_item**|特定购买宝箱[[generated:shop_config]].id|int|0| |**exp**|解锁需要多少vip_exp|int|0| |**pet_adventure**|宠物最大额外寻宝数(增加)|int|0| |**tech_free_slot**|科技所免费栏位(增加)|int|0| |**tech_diamond_slot**|科技所钻石栏位(增加)|int|0| |**pet_adventure_exp**|宠物寻宝额外经验(增加百分比) 比如30|int|0| |**offline_award**|挂机额外收益(增加百分比) 比如10|int|0| |**friend_award**|好友赠送额外收益(增加百分比) 比如10|int|0| |**maze_move**|迷宫额外体力(增加) 比如5|int|0| |**elite_stage_max**|远古遗迹最大挂机数量, 99表示无vip的数量|int|0| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=vip_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>