bililive-cli 3.6.0 → 3.7.1
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 +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
## 配置
|
|
18
18
|
|
|
19
19
|
使用前通过 `biliLive config gen` 生成默认配置文件,如果你已经安装客户端,相关配置会被自动设置(仅限win)
|
|
20
|
-
|
|
20
|
+
如果你仅使用上传功能,那么无需配置二进制文件,二进制文件见[文档](https://docs.irenmu.com/development/guide.html#%E5%85%B3%E4%BA%8E%E4%BA%8C%E8%BF%9B%E5%88%B6%E4%BE%9D%E8%B5%96),配置为绝对路径以及分配执行权限
|
|
21
21
|
|
|
22
22
|
```js
|
|
23
23
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bililive-cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "biliLive-tools的cli程序",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"@napi-rs/canvas": "^0.1.60",
|
|
28
28
|
"font-ls": "0.6.2",
|
|
29
29
|
"ntsuspend": "^1.0.2",
|
|
30
|
-
"better-sqlite3": "12.4.6"
|
|
30
|
+
"better-sqlite3": "12.4.6",
|
|
31
|
+
"shazamio-core": "^1.3.1"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@types/cli-progress": "^3.11.6",
|
|
@@ -37,9 +38,9 @@
|
|
|
37
38
|
"commander": "^12.1.0",
|
|
38
39
|
"rimraf": "^6.0.1",
|
|
39
40
|
"tsx": "^4.19.2",
|
|
40
|
-
"@biliLive-tools/
|
|
41
|
-
"@biliLive-tools/
|
|
42
|
-
"@biliLive-tools/
|
|
41
|
+
"@biliLive-tools/http": "3.7.1",
|
|
42
|
+
"@biliLive-tools/types": "3.7.1",
|
|
43
|
+
"@biliLive-tools/shared": "3.7.1"
|
|
43
44
|
},
|
|
44
45
|
"scripts": {
|
|
45
46
|
"start": "tsx src/index.ts",
|