mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Remove cnzz
This commit is contained in:
parent
d65b03c3e1
commit
1dd1c71fdd
@ -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:
|
||||
|
||||
@ -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].**
|
||||
|
||||
## Обратная связь
|
||||
|
||||
@ -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 %}
|
||||
1
layout/_third-party/statistics/index.njk
vendored
1
layout/_third-party/statistics/index.njk
vendored
@ -1,4 +1,3 @@
|
||||
{%- include 'busuanzi-counter.njk' -%}
|
||||
{%- include 'cnzz-analytics.njk' -%}
|
||||
{%- include 'firestore.njk' -%}
|
||||
{%- include 'lean-analytics.njk' -%}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user