Save chapter to database now use hash to reduce same chapter

This commit is contained in:
2026-02-15 10:43:47 +08:00
parent ddaf11b7e1
commit e355432436
7 changed files with 134 additions and 1 deletions

View File

@@ -605,6 +605,37 @@
"@rc-component/util" "^1.4.0"
clsx "^2.1.1"
"@stablelib/binary@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@stablelib/binary/-/binary-2.0.1.tgz#65c36a24e2c65f375e4c5c4cb340b9112d9badb6"
integrity sha512-U9iAO8lXgEDONsA0zPPSgcf3HUBNAqHiJmSHgZz62OvC3Hi2Bhc5kTnQ3S1/L+sthDTHtCMhcEiklmIly6uQ3w==
dependencies:
"@stablelib/int" "^2.0.1"
"@stablelib/hash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@stablelib/hash/-/hash-2.0.0.tgz#7b74c372dc07187e273844e970a475f1338e92cf"
integrity sha512-u3WPSqGido8lwJuMcrBgM5K54LrPGhkWAdtsyccf7dGsLixAZUds77zOAbu7bvKPwQlmoByH0txBi5rTmEKuHg==
"@stablelib/int@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@stablelib/int/-/int-2.0.1.tgz#daf262843b158e6bb99ec029a14378ecdda2230f"
integrity sha512-Ht63fQp3wz/F8U4AlXEPb7hfJOIILs8Lq55jgtD7KueWtyjhVuzcsGLSTAWtZs3XJDZYdF1WcSKn+kBtbzupww==
"@stablelib/sha256@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@stablelib/sha256/-/sha256-2.0.1.tgz#9455c64e3d14d3ebd59523ab6424f728a0fd8347"
integrity sha512-LA1PaLDc6Lv72ppA4PEZ7abDE741KfG7k7QhBiUyIfViMqrwWv8HqQQFPeuPfS4k2OxFv++IAgc8HlvdBatD+w==
dependencies:
"@stablelib/binary" "^2.0.1"
"@stablelib/hash" "^2.0.0"
"@stablelib/wipe" "^2.0.1"
"@stablelib/wipe@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@stablelib/wipe/-/wipe-2.0.1.tgz#9bc1d20519aa4fc513fe1992cf8061bab33c3049"
integrity sha512-1eU2K9EgOcV4qc9jcP6G72xxZxEm5PfeI5H55l08W95b4oRJaqhmlWRc4xZAm6IVSKhVNxMi66V67hCzzuMTAg==
"@types/chrome@^0.1.36":
version "0.1.36"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.1.36.tgz#c2b91964c9d93c6d690335441289abdda5ab3130"