重新定义主题的星级名称
内容状态默认是否1星推荐至9星推荐.如果你觉得不喜欢的话,可以换成其它的.更换后可以实现下面的效果图

就是给系统加多一项参数.你可以导入下面的代码
INSERT INTO `qb_config` (`id`, `type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`) VALUES(0, 1, '内容状态', 'content_status', '铜牌推荐\r\n银牌推荐\r\n金牌推荐', 'textarea', '', 1, '', '每个换一行', 0, 0);也可以手工在开发者设置那里添加
