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.
- package/lib/index.js +1 -1
- 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 || '
|
|
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