@model (Dpz.Core.EnumLibrary.CommentNode node,string relation)

<div class="comment-wrapper" data-request="@Url.Action("Index", "Comment", new {Model.node, Model.relation})">
    <div class="comment-section-skeleton">
        <div class="comment-loading-spinner">
            <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="animate-spin">
                <path d="M21 12a9 9 0 11-6.219-8.56"></path>
            </svg>
            <span>评论加载中...</span>
        </div>
    </div>
</div>
评论加载中...