mirror of
https://github.com/lyz05/danmaku.git
synced 2026-05-12 02:46:06 +08:00
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
<?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 %>,<%= content.uid %>,26732601000067074">
|
|
<%=content.content%>
|
|
</d>
|
|
<% } %>
|
|
</i> |