XiunoBBS精华插件降序显示方法

打开文件/plugin/xn_digest/model/thread_digest.func.php 找到第62行

1
$threadlist = thread_find_by_tids($tids);

修改为

1
$threadlist = thread_find_by_tids($tids, array('tid' => 'DESC'));