feat:星系广场的提交与筛选

This commit is contained in:
Tianpao
2026-02-02 23:04:27 +08:00
parent 295f1fbece
commit b8b09fdb99
5 changed files with 46 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
"p-map": "^7.0.3",
"p-retry": "^7.0.0",
"picocolors": "^1.1.1",
"smol-toml": "^1.6.0",
"ws": "^8.18.3",
"yauzl": "^3.2.0"
},
@@ -5723,6 +5724,18 @@
"dev": true,
"license": "MIT"
},
"node_modules/smol-toml": {
"version": "1.6.0",
"resolved": "https://registry.npmmirror.com/smol-toml/-/smol-toml-1.6.0.tgz",
"integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
},
"funding": {
"url": "https://github.com/sponsors/cyyynthia"
}
},
"node_modules/sort-keys": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/sort-keys/-/sort-keys-1.1.2.tgz",

View File

@@ -39,6 +39,7 @@
"p-map": "^7.0.3",
"p-retry": "^7.0.0",
"picocolors": "^1.1.1",
"smol-toml": "^1.6.0",
"ws": "^8.18.3",
"yauzl": "^3.2.0"
}