Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
580827e7
Commit
580827e7
authored
Jul 01, 2024
by
fangliyan
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'subscribe2.0' 到 'release'
Subscribe2.0 查看合并请求
!42
parents
18a830f0
5bb0d3a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
function_helper.php
esf_core/helpers/function_helper.php
+1
-1
No files found.
esf_core/helpers/function_helper.php
View file @
580827e7
...
@@ -547,7 +547,7 @@ function time_tran ($the_time) {
...
@@ -547,7 +547,7 @@ function time_tran ($the_time) {
}
else
if
(
$dur
<
3600
){
}
else
if
(
$dur
<
3600
){
$str
=
floor
(
$dur
/
60
)
.
'分钟前'
;
$str
=
floor
(
$dur
/
60
)
.
'分钟前'
;
}
else
if
(
$dur
<
86400
){
}
else
if
(
$dur
<
86400
){
$str
=
floor
(
$dur
/
3600
)
.
'
Сʱǰ
'
;
$str
=
floor
(
$dur
/
3600
)
.
'
小时前
'
;
}
else
if
(
$dur
<
259200
){
}
else
if
(
$dur
<
259200
){
$str
=
floor
(
$dur
/
86400
)
.
'天前'
;
$str
=
floor
(
$dur
/
86400
)
.
'天前'
;
}
else
if
(
$dur
>
259200
){
}
else
if
(
$dur
>
259200
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment