mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-01 11:02:49 +08:00
新增版本信息;增加站点名称;
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<div class="ul-header ">
|
||||
<div class="ul-header-main" style="max-width: 1000px;padding: 0 15px">
|
||||
|
||||
<div class="ul-header-left">
|
||||
<div class="">
|
||||
<a href="/" class="ul-header-left">
|
||||
<div class="" style="">
|
||||
<img class="ul-header-logo" src="{:get_source_link(get_system_config('site_logo'))}" alt="">
|
||||
{:get_system_config('site_name')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
<div class="ul-header-right">
|
||||
{if $user.type == 'temp' }
|
||||
|
||||
|
||||
@@ -164,6 +164,40 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-row" style="margin-top: 15px;">
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-header">分享记录</div>
|
||||
<div class="layui-card-body">
|
||||
<script src='https://gitee.com/ulthon/ul-file-share/widget_preview' async defer></script>
|
||||
<div id="osc-gitee-widget-tag"></div>
|
||||
<style>
|
||||
.osc_pro_color {
|
||||
color: #4183c4 !important;
|
||||
}
|
||||
|
||||
.osc_panel_color {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.osc_background_color {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.osc_border_color {
|
||||
border-color: #e3e9ed !important;
|
||||
}
|
||||
|
||||
.osc_desc_color {
|
||||
color: #666666 !important;
|
||||
}
|
||||
|
||||
.osc_link_color * {
|
||||
color: #9b9b9b !important;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-row" style="margin-top: 15px;">
|
||||
<div class="footer">
|
||||
<span>{:get_system_config('site_copyright')}</span>
|
||||
|
||||
@@ -72,6 +72,38 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-header">开源信息</div>
|
||||
<div class="layui-card-body">
|
||||
<script src='https://gitee.com/ulthon/ul-file-share/widget_preview' async defer></script>
|
||||
<div id="osc-gitee-widget-tag"></div>
|
||||
<style>
|
||||
.osc_pro_color {
|
||||
color: #4183c4 !important;
|
||||
}
|
||||
|
||||
.osc_panel_color {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.osc_background_color {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.osc_border_color {
|
||||
border-color: #e3e9ed !important;
|
||||
}
|
||||
|
||||
.osc_desc_color {
|
||||
color: #666666 !important;
|
||||
}
|
||||
|
||||
.osc_link_color * {
|
||||
color: #9b9b9b !important;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user