You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And yes, I already searched for current issues and this is not help to me.
Expected behavior
打开新的文章可以显示阅读次数
Actual behavior
最近新增的文章不显示阅读次数,之前的文章正常
NexT Information
NexT Version:
Latest Master branch
Latest Release version
Old version
NexT Scheme:
All schemes
Muse
Mist
Pisces
Gemini
NexT Configuration:
valine:
enable: trueappid: xxxappkey: xxxnotify: false # mail notifier , https://github.com/xCss/Valine/wikiverify: false # Verification codeplaceholder: (发表评论) # comment box placeholderavatar: mm # gravatar styleguest_info: nick,mail,link # custom comment headerpageSize: 10# pagination sizevisitor: false # leancloud-counter-security is not supported for now. When visitor is set to be true, appid and appkey are recommended to be the same as leancloud_visitors' for counter compatibility. Article reading statistic https://valine.js.org/visitor.htmlleancloud_visitors:
enable: trueapp_id: xxxapp_key: xxx# Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security# If you don't care about security in lc counter and just want to use it directly# (without hexo-leancloud-counter-security plugin), set the `security` to `false`.security: falsebetterPerformance: false
测试后发现新文章在leancloud的counter创建的记录的默认ACL为:
{"*":{"read":true,"write":false}}
手动修改为
{"*":{"read":true,"write":true}}
页面可以显示阅读次数,也可以增加次数
==请问如何修改leancloud默认创建记录的ACL?==
The text was updated successfully, but these errors were encountered:
sli1989
changed the title
阅读次数不显示,leancloud创建Counter记录默认权限的问题
阅读次数不显示,leancloud创建Counter记录默认权限的问题 [read leancloud docs carefully]
Jan 1, 2019
ivan-nginx
changed the title
阅读次数不显示,leancloud创建Counter记录默认权限的问题 [read leancloud docs carefully]
阅读次数不显示,leancloud创建Counter记录默认权限的问题 [solved]
Mar 4, 2019
stevenjoezhang
changed the title
阅读次数不显示,leancloud创建Counter记录默认权限的问题 [solved]
阅读次数不显示,leancloud创建Counter记录默认权限的问题
Mar 7, 2020
I agree and want to create new issue
Expected behavior
打开新的文章可以显示阅读次数
Actual behavior
最近新增的文章不显示阅读次数,之前的文章正常
NexT Information
NexT Version:
NexT Scheme:
NexT Configuration:
测试后发现新文章在leancloud的counter创建的记录的默认ACL为:
手动修改为
页面可以显示阅读次数,也可以增加次数
==请问如何修改leancloud默认创建记录的ACL?==
The text was updated successfully, but these errors were encountered: