@forward-widget/danmu-universe 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/danmu-universe.js +2 -1
- package/package.json +1 -1
package/dist/danmu-universe.js
CHANGED
|
@@ -5958,6 +5958,7 @@ class scrapers_Scraper {
|
|
|
5958
5958
|
return a.forEach((e)=>{
|
|
5959
5959
|
let { item: t, count: n, provider: r } = e, i = n > 1 ? `${t.content} \xd7 ${n}` : t.content;
|
|
5960
5960
|
u.push({
|
|
5961
|
+
cid: t.id,
|
|
5961
5962
|
p: `${t.timestamp.toFixed(2)},${t.mode},${t.color},[${r}]`,
|
|
5962
5963
|
m: i
|
|
5963
5964
|
});
|
|
@@ -6019,7 +6020,7 @@ WidgetMetadata = {
|
|
|
6019
6020
|
title: "\u901A\u7528\u5F39\u5E55",
|
|
6020
6021
|
description: "\u901A\u7528\u5F39\u5E55\u63D2\u4EF6\uFF0C\u652F\u6301\u817E\u8BAF\u3001\u4F18\u9177\u3001\u7231\u5947\u827A\u3001\u54D4\u54E9\u54D4\u54E9\u7B49\u5E73\u53F0",
|
|
6021
6022
|
author: "Baran",
|
|
6022
|
-
version: "0.0.
|
|
6023
|
+
version: "0.0.12",
|
|
6023
6024
|
site: "https://github.com/baranwang/forward-widgets/tree/main/packages/danmu-universe",
|
|
6024
6025
|
requiredVersion: "0.0.2",
|
|
6025
6026
|
modules: [
|