mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-02 17:59:53 +08:00
fix: 响应的弹幕格式参考B站 #26
This commit is contained in:
@@ -1,6 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<i>
|
||||
<% for (const content of contents) { %>
|
||||
<d p="<%= content.timepoint %>,<%= content.ct %>,<%= content.size %>,<%= content.color %>,<%= content.unixtime %>,0,<%= content.uid %>,26732601000067074,1"><%=content.content%></d>
|
||||
<% } %>
|
||||
</i>
|
||||
<?xml version="1.0" encoding="utf-8"?><i><% for (const content of contents) { %><d p="<%= content.timepoint %>,<%= content.ct %>,<%= content.size %>,<%= content.color %>,<%= content.unixtime %>,0,<%= content.uid %>,26732601000067074,1"><%=content.content%></d><% } %></i>
|
||||
Reference in New Issue
Block a user