Commit 580827e7 authored by fangliyan's avatar fangliyan

合并分支 'subscribe2.0' 到 'release'

Subscribe2.0

查看合并请求 !42
parents 18a830f0 5bb0d3a7
......@@ -547,7 +547,7 @@ function time_tran ($the_time) {
}else if($dur < 3600){
$str = floor($dur/60).'分钟前';
}else if($dur < 86400){
$str = floor($dur/3600).'Сʱǰ';
$str = floor($dur/3600).'小时前';
}else if($dur < 259200){
$str = floor($dur/86400).'天前';
}else if($dur > 259200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment