koishi-plugin-cs2-update-log 2.3.2 → 2.3.3

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 +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -668,7 +668,7 @@ function buildCardHtml(news, title, bodyMarkdown, config, assets) {
668
668
  const categoryTag = news.category === 'update' ? 'UPDATE LOG' : 'ANNOUNCEMENT';
669
669
  const rendered = markdown.render(bodyMarkdown);
670
670
  const publishedAt = formatDate(news.item.date);
671
- const author = news.item.author || 'Valve';
671
+ const author = news.item.author || 'BestBcz';
672
672
  return `<!doctype html>
673
673
  <html lang="zh-CN">
674
674
  <head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-cs2-update-log",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Koishi plugin for monitoring CS2 official Steam announcements and update logs.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",