koishi-plugin-stock 2.1.3 → 2.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.
package/README.md CHANGED
@@ -65,13 +65,16 @@ npm install koishi-plugin-stock
65
65
 
66
66
  ## 更新日志
67
67
 
68
+ ### v2.1.4 (2026-02-28)
69
+ - 🎉 **新增心法**:添加第58条心法 "我能怎么办,我真的我,我,我真的没招了,我"
70
+ - ✅ 心法总数更新为58条
71
+ - 📦 保持所有功能稳定运行
72
+
68
73
  ### v2.1.3 (2026-02-28)
69
74
  - 🐛 **紧急修复**:修复"骑"命令图片读取问题
70
75
  - ✅ 改为从本地images/qi.jpeg读取图片而非网络请求
71
76
  - 🔧 增强错误日志,提供更详细的调试信息
72
77
  - 📦 保持所有其他功能不变
73
-
74
- ### v2.1.2 (2026-02-28)
75
78
  - 🐛 **紧急修复**:修复插件指令注册问题
76
79
  - ✅ 恢复所有股票相关指令:活跃市值、异动、涨停看板、跌停看板、选股、骑
77
80
  - 🔧 将middleware方式改为ctx.command方式,确保指令在插件界面正确显示
package/audio/M58.mp3 ADDED
Binary file
@@ -61,6 +61,7 @@ exports.HEART_METHODS = [
61
61
  { code: 'M55', text: '留得青山在,一定有下一个小米', file: 'M55.mp3' },
62
62
  { code: 'M56', text: '不要抱有偏见', file: 'M56.mp3' },
63
63
  { code: 'M57', text: '散户最重要的是心态,是不要和这个市场杠,要从自身找原因', file: 'M57.mp3' },
64
+ { code: 'M58', text: '我能怎么办,我真的我,我,我真的没招了,我', file: 'M58.mp3' },
64
65
  ];
65
66
  // 心法相关工具函数
66
67
  class HeartMethodManager {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-stock",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A Koishi plugin that fetches stock data and provides market analysis, including active market cap, stock alerts, limit-up board, stock selection features, and heart method card drawing with configurable blacklists for each command.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",