koishi-plugin-maple-drift-bottle 0.1.3 → 0.1.4
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/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -330,7 +330,8 @@ ID: #${newBottle.id}
|
|
|
330
330
|
const timeDisplay = formatTime(bottle.created);
|
|
331
331
|
const anonymousText = bottle.anonymous ? "匿名" : "";
|
|
332
332
|
const contentPreview = getContentPreview(bottle.content, !!bottle.image, config.maxPreviewLength);
|
|
333
|
-
output += `${displayIndex}. #${bottle.id} ${anonymousText}
|
|
333
|
+
output += `${displayIndex}. 漂流瓶 #${bottle.id} ${anonymousText}
|
|
334
|
+
${timeDisplay}
|
|
334
335
|
预览: ${contentPreview}
|
|
335
336
|
`;
|
|
336
337
|
});
|