Skip to content

Commit

Permalink
Fix: 修复 giscus 和 postchat 的 message 监听冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 26, 2024
1 parent 59d88e2 commit cd9b693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hugo-fixit/docs
go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.17-0.20241225031953-54675a61d5e9 // indirect
github.com/hugo-fixit/FixIt v0.3.17-0.20241226022407-21750077baed // indirect
github.com/hugo-fixit/cmpt-translate v1.5.0 // indirect
github.com/hugo-fixit/component-projects v1.5.3 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hugo-fixit/FixIt v0.3.17-0.20241225031953-54675a61d5e9 h1:rLVH+zNAVSwB3VHzD/SI2iRmGd5mg9SMcV0rvJPuJgM=
github.com/hugo-fixit/FixIt v0.3.17-0.20241225031953-54675a61d5e9/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/FixIt v0.3.17-0.20241226022407-21750077baed h1:5bKyBHPejXz66N6lI9fryNSlUdowvLMU2CeNTP/p5v4=
github.com/hugo-fixit/FixIt v0.3.17-0.20241226022407-21750077baed/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.5.0 h1:UoJ+YzVvn13CzwhMzRcXxnaFh1gDSH/1K/WyUeTcwvY=
github.com/hugo-fixit/cmpt-translate v1.5.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw=
Expand Down

0 comments on commit cd9b693

Please sign in to comment.