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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. 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} - ${timeDisplay}
333
+ output += `${displayIndex}. 漂流瓶 #${bottle.id} ${anonymousText}
334
+ ${timeDisplay}
334
335
  预览: ${contentPreview}
335
336
  `;
336
337
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-maple-drift-bottle",
3
3
  "description": "-",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [