修改pinyin-match引用,改为从preload中导入

This commit is contained in:
fofolee
2025-02-21 21:11:16 +08:00
parent d3795cd133
commit 84c47db7e0
8 changed files with 24 additions and 53 deletions

View File

@@ -12,6 +12,7 @@
"iconv-lite": "^0.6.3",
"marked": "^15.0.7",
"node-forge": "^1.3.1",
"pinyin-match": "^1.2.6",
"png2icons": "^2.0.1",
"ses": "^1.10.0",
"sm-crypto": "^0.3.13",
@@ -184,6 +185,12 @@
"node": ">= 6.13.0"
}
},
"node_modules/pinyin-match": {
"version": "1.2.6",
"resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.6.tgz",
"integrity": "sha512-d9fMSwZujH7UlMu+FO8MGXrgUYv0CwJtzpf3fQ8xgLJy1qfXlzOZsnQuL7Ej7msAiEtt37U7bE4dkVmyWaFfwA==",
"license": "SATA"
},
"node_modules/png2icons": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/png2icons/-/png2icons-2.0.1.tgz",
@@ -360,6 +367,11 @@
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
"integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA=="
},
"pinyin-match": {
"version": "1.2.6",
"resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.6.tgz",
"integrity": "sha512-d9fMSwZujH7UlMu+FO8MGXrgUYv0CwJtzpf3fQ8xgLJy1qfXlzOZsnQuL7Ej7msAiEtt37U7bE4dkVmyWaFfwA=="
},
"png2icons": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/png2icons/-/png2icons-2.0.1.tgz",