koishi-plugin-ll-mc 3.1.3 → 3.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 -7
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2578,19 +2578,14 @@ ${targetUserRecord[0].username}
2578
2578
  background-color: #F5F7FA;
2579
2579
  }
2580
2580
  body {
2581
- padding: 24px;
2582
2581
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2583
2582
  -webkit-font-smoothing: antialiased;
2584
2583
  }
2585
2584
  .card {
2586
2585
  width: 100%;
2587
- max-width: 868px;
2588
- margin: 0 auto;
2589
- background: #FFFFFF;
2590
- border-radius: 12px;
2586
+ /* 去掉容器白色圆角背景,让自定义背景直接透出;边距即卡片内边距(到边缘的真实距离) */
2587
+ background: transparent;
2591
2588
  padding: 24px;
2592
- box-shadow: 0 4px 6px rgba(0,0,0,0.06);
2593
- border: 1px solid #F3F4F6;
2594
2589
  }
2595
2590
  .card-header { text-align: center; margin-bottom: 22px; }
2596
2591
  .card-title { font-size: 28px; font-weight: 700; letter-spacing: 0.02em; color: #000000; margin-bottom: 6px; }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ll-mc",
3
3
  "description": "消息数量统计插件(基于 koishi-plugin-message-counter 重做,官方QQ机器人兼容)",
4
- "version": "3.1.3",
4
+ "version": "3.1.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [