feat: 完善本地书库与发布更新流程

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
lofyer
2026-07-28 21:55:16 +08:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent de3e1d8a44
commit b8c8d24107
22 changed files with 1579 additions and 359 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
{
"name": "peoplelib",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "peoplelib",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"undici": "^8.9.0"
"undici": "^6.21.3"
},
"devDependencies": {
"electron": "^31.0.0"
@@ -837,12 +837,12 @@
}
},
"node_modules/undici": {
"version": "8.9.0",
"resolved": "https://registry.npmmirror.com/undici/-/undici-8.9.0.tgz",
"integrity": "sha512-aWZpUj7XoGonMClx4gdDRfgBjqeA+F473aDmROQQbM9n6PRfK/u1q/a0X4wMTgcHfT8H6fpbt98PFuDUwFg2YA==",
"version": "6.28.0",
"resolved": "https://registry.npmmirror.com/undici/-/undici-6.28.0.tgz",
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
"license": "MIT",
"engines": {
"node": ">=22.19.0"
"node": ">=18.17"
}
},
"node_modules/undici-types": {