@azimiao/koishi-plugin-cafe-bot-exp 0.0.7 → 0.0.8

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.
@@ -2,4 +2,4 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@azimiao/koishi-plugin-cafe-bot-exp?style=flat-square)](https://www.npmjs.com/package/@azimiao/koishi-plugin-cafe-bot-exp)
4
4
 
5
- cafe bot experiment
5
+ 基于 QQ 官方机器人的轨迹 Cafe 群 Bot 代码,包含每日抽卡,答题等功能。
package/lib/index.js CHANGED
@@ -242,14 +242,12 @@ function HtmlCreator(cardList) {
242
242
  <div class="card rarity-${item.star}">
243
243
  <div class="card-img" style="background:url('${item.url}')"></div>
244
244
  <div class="rarity rarity-${item.star}">${item.starText}</div>
245
- </div>
246
- `;
247
- })}
245
+ </div>`;
246
+ }).join("")}
248
247
  </div>
249
248
  </div>
250
249
  </body>
251
- </html>
252
- `;
250
+ </html>`;
253
251
  return fullHtml;
254
252
  }
255
253
  __name(HtmlCreator, "HtmlCreator");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azimiao/koishi-plugin-cafe-bot-exp",
3
3
  "description": "cafe bot experiment",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "repository": {