From bb094d8918bd7554bb5c7d9e10a128f1499846ab Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 16 八月 2024 14:58:25 +0800
Subject: [PATCH] 在模型及模型解析的算法中,增加二项分布的两个参数:总次数、成功次数

---
 web/package.json |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/package.json b/web/package.json
index 6d38e1a..1dd534d 100644
--- a/web/package.json
+++ b/web/package.json
@@ -46,6 +46,7 @@
     "luckyexcel": "^1.0.1",
     "mockjs": "^1.1.0",
     "node-sass": "^4.14.1",
+    "nprogress": "^0.2.0",
     "qs": "^6.7.0",
     "quill": "^1.3.6",
     "sass-loader": "^7.1.0",

--
Gitblit v1.9.1