关于评论样式的问题 || Questions about comment style #2392
ReverseSacle
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
当我想修改评论的加载动画时,由于HTML布局是固定的,无法自定义动画样式。想问下如何修改源码来自定义HTML布局?
另外关于RecentComments这个api,我能否获取n条父评论?最近评论获取的sql逻辑是按InsertAt属性来获取的吧?我看了下api返回的json数据,有没有什么方法能返回n条【"comment"与"orig"一致】的父评论?
When I want to modify the loading animation of comments, since the HTML layout is fixed, the animation style cannot be customized. I would like to ask how to modify the source code to customize the HTML layout?
Also regarding the RecentComments API, can I get n parent comments? The sql logic obtained from recent comments is obtained based on the InsertAt attribute, right? I looked at the json data returned by the api. Is there any way to return n parent comments ["comment" is consistent with "orig"]?
Beta Was this translation helpful? Give feedback.
All reactions