koishi-plugin-monetary-bourse 3.0.0-alpha.17 → 3.0.0-alpha.18

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/package.json +1 -1
  2. package/readme.md +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-monetary-bourse",
3
- "version": "3.0.0-alpha.17",
3
+ "version": "3.0.0-alpha.18",
4
4
  "main": "lib/index.js",
5
5
  "typings": "lib/index.d.ts",
6
6
  "files": [
package/readme.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  本插件模拟了一个具备自动宏观调控、25种经典K线形态、智能概率博弈和可视化交割单的深度拟真股票市场。用户可以使用机器人通用的货币(如信用点)进行股票买卖、炒股理财。
8
8
 
9
- > 版本:**3.0.0-alpha.15**
9
+ > 版本:**3.0.0-alpha.18**
10
10
 
11
11
  ## ✨ 特性
12
12
 
@@ -39,6 +39,7 @@
39
39
  - **`stock [interval]`**
40
40
  - 查看股市行情。
41
41
  - 参数 `interval`: 可选 `day` (日线)、`week` (周线),不填默认为实时走势(最近100条)。
42
+ - 实时视图使用折线图展示连续价格,`day` 按 2 小时一根 K 线聚合过去 24 小时,`week` 按 14 小时一根 K 线聚合过去 7 天。
42
43
  - 示例:`stock` (查看实时), `stock day` (查看日线)。
43
44
 
44
45
  - **`stock.buy <amount>`**
@@ -156,4 +157,4 @@ A: 股价采用 **"智能期望模型"** 驱动,更贴近真实博弈:
156
157
  **开发者**: BYWled
157
158
  **仓库**: `koishi-plugin-monetary-bourse`
158
159
 
159
- 萌新编写,部分借助了AI的力量,若有纰漏,还望海涵QwQ
160
+ 萌新编写,部分借助了AI的力量,若有纰漏,还望海涵QwQ