mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-03 02:04:38 +08:00
6 lines
292 B
Plaintext
6 lines
292 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 %>,0,<%= content.uid %>,26732601000067074,1"><%=content.content%></d>
|
|
<% } %>
|
|
</i> |