<?php # 一些基本配置 $config['base'] = array ( # 积分配置 'score' => array ( # 实时增加积分开启,关闭则需要把lib/core.cron放到计划任务中 'sync' => true, ), ); return $config;