next-theme / hexo-theme-next

🎉 Elegant and powerful theme for Hexo.
https://theme-next.js.org
Other
2.32k stars 416 forks source link

leancloud config read error #535

Closed Nicksxs closed 1 year ago

Nicksxs commented 1 year ago

Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。

Issue Checklist


Expected behavior

预期应该正常展示

Actual behavior

配置了 leancloud 的信息,但是提示取不到

Steps to reproduce the behavior

hexo: 6.2.0 hexo-cli: 4.3.0 NexT version 8.12.1 hexo generate

Environment Information

Node.js and NPM Information

node -v    v16.13.1
npm -v 8.12.1

Package dependencies Information

├── hexo-admin@2.3.0
├── hexo-clean-css@2.0.0
├── hexo-deployer-git@3.0.0
├── hexo-filter-optimize@0.3.1
├── hexo-generator-archive@1.0.0
├── hexo-generator-baidu-sitemap@0.1.9
├── hexo-generator-category@1.0.0
├── hexo-generator-feed@3.0.0
├── hexo-generator-index@2.0.0
├── hexo-generator-searchdb@1.4.0
├── hexo-generator-sitemap@3.0.1
├── hexo-generator-tag@1.0.0
├── hexo-html-minifier@1.0.0
├── hexo-leancloud-counter-security@1.5.0
├── hexo-related-popular-posts@5.0.1
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-marked@5.0.0
├── hexo-renderer-stylus@2.1.0
├── hexo-server@3.0.0
├── hexo-tag-cloud@2.1.2
├── hexo-uglify@2.0.0
├── hexo@6.2.0

Hexo Configuration

theme: next

NexT Configuration

leancloud_visitors:
  enable: true
  app_id: justmyappid
  app_key: justmyappkey
  server_url: https://leancloud.cn
  # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security
  # If you don't care about security in leancloud counter and just want to use it directly
  # (without hexo-leancloud-counter-security plugin), set `security` to `false`.
  security: true
image

Other Information

stevenjoezhang commented 1 year ago

暂时禁用一下 hexo-filter-optimize 插件,再试试

github-actions[bot] commented 9 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.