mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 18:59:40 +08:00
移除 busuanzi 的访问次数显示模式 配置项
This commit is contained in:
parent
9a209ba84f
commit
1fa9c7977a
@ -1466,10 +1466,6 @@ spec:
|
|||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: busuanzi_group
|
name: busuanzi_group
|
||||||
label: busuanzi 访客统计
|
label: busuanzi 访客统计
|
||||||
value:
|
|
||||||
enable_gray_mode: false
|
|
||||||
gray_mode_start_time:
|
|
||||||
gray_mode_end_time:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: enable_busuanzi
|
name: enable_busuanzi
|
||||||
@ -1484,19 +1480,6 @@ spec:
|
|||||||
label: 隐藏
|
label: 隐藏
|
||||||
- value: false
|
- value: false
|
||||||
label: 关闭
|
label: 关闭
|
||||||
- $formkit: radio
|
|
||||||
name: busuanzi_pv_use_halo
|
|
||||||
if: $get(enable_busuanzi).value === true
|
|
||||||
label: busuanzi 的访问次数显示模式
|
|
||||||
help: '可以择优选择统计次数的显示。'
|
|
||||||
value: busuanzi
|
|
||||||
options:
|
|
||||||
- value: halo
|
|
||||||
label: Halo统计
|
|
||||||
- value: busuanzi
|
|
||||||
label: busuanzi统计
|
|
||||||
- value: false
|
|
||||||
label: 不显示
|
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: enable_console_version_info
|
name: enable_console_version_info
|
||||||
label: 控制台打印版本信息
|
label: 控制台打印版本信息
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
<span id="busuanzi_container_site_uv" style="display: none">
|
<span id="busuanzi_container_site_uv" style="display: none">
|
||||||
<i class="ri-account-circle-line" aria-hidden="true"></i><span class="stand" id="busuanzi_value_site_uv">0</span>访客
|
<i class="ri-account-circle-line" aria-hidden="true"></i><span class="stand" id="busuanzi_value_site_uv">0</span>访客
|
||||||
</span>
|
</span>
|
||||||
<span th:unless="${theme.config.enhance.busuanzi_group.busuanzi_pv_use_halo == false}" id="busuanzi_container_site_pv" style="display: none">
|
<span id="busuanzi_container_site_pv" style="display: none">
|
||||||
<i class="ri-pie-chart-line" aria-hidden="true"></i><span class="stand" th:id="${theme.config.enhance.busuanzi_group.busuanzi_pv_use_halo == 'busuanzi' ? 'busuanzi_value_site_pv' : 'halo_value_site_pv'}">[[${stats.visit}]]</span>访问
|
<i class="ri-pie-chart-line" aria-hidden="true"></i><span class="stand" id="busuanzi_value_site_pv">0</span>访问
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user