Skip to content

Commit

Permalink
fix: 修复抖音无法正常录制
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMinds authored and WhiteMinds committed Apr 24, 2023
1 parent 41b45d0 commit 9cc63dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
lib
dist
dist-ssr
.history
*.local

# Editor directories and files
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "LGPL",
"dependencies": {
"@autorecord/bilibili-recorder": "^1.1.4",
"@autorecord/douyin-recorder": "^1.0.2",
"@autorecord/douyin-recorder": "^1.0.3",
"@autorecord/douyu-recorder": "^1.1.4",
"@autorecord/huya-recorder": "^1.0.2",
"@autorecord/manager": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ __metadata:
languageName: node
linkType: hard

"@autorecord/douyin-recorder@npm:^1.0.2":
version: 1.0.2
resolution: "@autorecord/douyin-recorder@npm:1.0.2"
"@autorecord/douyin-recorder@npm:^1.0.3":
version: 1.0.3
resolution: "@autorecord/douyin-recorder@npm:1.0.3"
dependencies:
axios: ^0.27.2
axios-cookiejar-support: ^4.0.3
Expand All @@ -47,7 +47,7 @@ __metadata:
tough-cookie: ^4.1.2
peerDependencies:
"@autorecord/manager": "*"
checksum: 9ed23db0973760f729d8be061ba8e476f8006821c18d16df9f7d832c6ce72d2cecec49e0235f27514b6f1d15704832fa64501b5c600d848d027fa4594157a5ca
checksum: 9b8b37ed40873b5332953bcf4325d75eefc7e044682ad56c741cfddbc7fef4c3ace4c2ea04697b9df951ba8a7cf5ccd16af3557f7046ccf2933a76bf74fe9508
languageName: node
linkType: hard

Expand Down Expand Up @@ -91,7 +91,7 @@ __metadata:
resolution: "@autorecord/http-server@workspace:packages/http-server"
dependencies:
"@autorecord/bilibili-recorder": ^1.1.4
"@autorecord/douyin-recorder": ^1.0.2
"@autorecord/douyin-recorder": ^1.0.3
"@autorecord/douyu-recorder": ^1.1.4
"@autorecord/huya-recorder": ^1.0.2
"@autorecord/manager": "workspace:^"
Expand Down

0 comments on commit 9cc63dd

Please sign in to comment.