Skip to content

Commit

Permalink
Feat: 中文以外语言的 AI 摘要支持翻译为当前语言
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 19, 2024
1 parent f75c536 commit 0beaf49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hugo-fixit/docs
go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e // indirect
github.com/hugo-fixit/cmpt-translate v1.3.0 // indirect
github.com/hugo-fixit/component-projects v1.5.0 // indirect
github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c // indirect
github.com/hugo-fixit/cmpt-translate v1.4.0 // indirect
github.com/hugo-fixit/component-projects v1.5.3 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect
github.com/hugo-fixit/shortcode-rewards v1.0.5 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e h1:expoTaO4Ze86BLyyjWJRg901seXrBz5s9yE97V+FzoA=
github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.3.0 h1:gvG2BbhWocQzOumyEIWvgJwr39ZrUm0FGh4M7Hk0uD0=
github.com/hugo-fixit/cmpt-translate v1.3.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.5.0 h1:1FVgdGWm2GeJhJUfY20flelkH2a8+PyRGAFJHD385RU=
github.com/hugo-fixit/component-projects v1.5.0/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c h1:VLbwpsKyu+ryODz3NiZmZJz9RgQUeQPdFowONuhO/gA=
github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.4.0 h1:eLwaSscEcP+OUq2JD7HF+VBbgZ5Gp1rUOySYWt2GavY=
github.com/hugo-fixit/cmpt-translate v1.4.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw=
github.com/hugo-fixit/component-projects v1.5.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/shortcode-caniuse v1.2.2 h1:cuJVdJ1A0IgJnMQjifCDeRSRxIY0plTgs+wthCbrIls=
github.com/hugo-fixit/shortcode-caniuse v1.2.2/go.mod h1:RoPLFt+7uLui5rjvkC/qFGeo4nly5AzzwIID9SoDKNc=
github.com/hugo-fixit/shortcode-rewards v1.0.5 h1:Fudm/FoKt/K5rhTvOpHyvniAQFOAoQ1V/Z33TpReGkA=
Expand Down

0 comments on commit 0beaf49

Please sign in to comment.