mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]添加百度统计脚本
This commit is contained in:
parent
406344e134
commit
c40ca416be
@ -41,6 +41,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">Baidu <span class="nowrap">(百度统计)</span></label>
|
||||
<div class='col-sm-8'>
|
||||
<input type="text" name="tongji_baidu_key" maxlength="32" pattern="^[0-9a-z]{32}$" title="请输入32位百度统计应用ID" placeholder="请输入32位百度统计应用ID" value="{:sysconf('tongji_baidu_key')}" class="layui-input">
|
||||
<p class="help-block">百度统计应用ID,可以在<a target="_blank" href="https://tongji.baidu.com">百度网站统计</a>申请并获取</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">BrowserIcon <span class="nowrap">(浏览器图标)</span></label>
|
||||
<div class='col-sm-8'>
|
||||
@ -52,6 +60,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="hr-line-dashed"></div>
|
||||
|
||||
<div class="col-sm-4 col-sm-offset-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user