Skip to content

Commit f963363

Browse files
committed
update
1 parent 5b29a8e commit f963363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/backend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>{{"欢迎回来"|$.T}}</h3>
3535
<div class="well no-margin no-padding sm-padding-top">
3636
<ul class="wrap"><li>{{"欢迎使用"|$.T}} {{Version}}</li><li>BUILD: {{BuildTime}}</li><li>COMMIT: {{CommitID}}</li><li>{{"现在是"|$.T}} {{Now.Format "2006-01-02 15:04"}} {{Now.Weekday}}</li></ul>
3737
</div>
38-
{{- if or true $.Stored.license.Key -}}
38+
{{- if $.Stored.license.Key -}}
3939
<div class="alert alert-success alert-white rounded license-info-container{{if $.Stored.license.Info.LicenseID}} license-items-1{{end}}">
4040
<div class="icon"><span class="text-white">{{"授权信息"|$.T}}</span></div>
4141
<div class="row">

0 commit comments

Comments
 (0)