Remove cnzz

This commit is contained in:
Mimi 2020-12-21 01:31:07 +08:00
parent d65b03c3e1
commit 1dd1c71fdd
4 changed files with 0 additions and 12 deletions

View File

@ -670,9 +670,6 @@ baidu_analytics: # <app_id>
# Growingio Analytics
growingio_analytics: # <project_id>
# CNZZ count
cnzz_siteid:
# Show number of visitors of each article.
# You can visit https://www.leancloud.cn to get AppID and AppKey.
leancloud_visitors:

View File

@ -105,9 +105,6 @@ $ cd themes/next
$ git pull
```
А если всплывают ошибки во время обновления (что-то наподобии **«Commit your changes or stash them before you can merge»**), рекомендуется ознакомиться с особенностью хранения [Alternate Theme Config][docs-configuration-url].\
Как бы то ни было, можно обойти ошибки при обновлении если «Закомитить», «Стэшнуть» или «Откатить» локальные изменения. Смотрим [здесь](https://stackoverflow.com/a/15745424/5861495) как это сделать.
**Если нужно обновиться с версии v5.x / v7.x на последней версиями, читаем [здесь][docs-upgrade-url].**
## Обратная связь

View File

@ -1,5 +0,0 @@
{%- if theme.cnzz_siteid %}
<div style="display: none;">
<script{{ pjax }} src="//s95.cnzz.com/z_stat.php?id={{ theme.cnzz_siteid }}&web_id={{ theme.cnzz_siteid }}"></script>
</div>
{%- endif %}

View File

@ -1,4 +1,3 @@
{%- include 'busuanzi-counter.njk' -%}
{%- include 'cnzz-analytics.njk' -%}
{%- include 'firestore.njk' -%}
{%- include 'lean-analytics.njk' -%}