接口开始5%

This commit is contained in:
rain
2026-07-22 17:31:33 +08:00
parent eced3d1e6e
commit 9b0ad62df4
426 changed files with 20111 additions and 28472 deletions
+11 -13
View File
@@ -3,18 +3,16 @@
"private": true,
"type": "module",
"scripts": {
"build:a01": "node scripts/build-a01.mjs",
"test:v2": "node --test tests/*.test.mjs",
"validate:a01-buttons": "node scripts/validate-manifest-v2.mjs manifests/a01-buttons-v2.json",
"validate:a01-scroll-skins": "node scripts/validate-manifest-v2.mjs manifests/a01-scroll-skins-v3.json",
"rebuild:a01-buttons": "node scripts/rebuild-a01-buttons.mjs",
"verify:assets": "node scripts/verify-assets.mjs",
"build:a01-scroll-skins": "node scripts/build-a01-scroll-skins.mjs",
"verify:a01-scroll-skins": "node scripts/verify-a01-scroll-skins.mjs",
"build:g01-background-candidates": "node scripts/build-g01-backgrounds.mjs",
"build:g01-empty-frame": "node scripts/build-g01-empty-frame.mjs"
},
"dependencies": {
"sharp": "0.34.5"
"test": "npm run test:node && npm run test:python",
"test:node": "node --test tests/*.test.mjs",
"test:python": "node scripts/run-python-tests.mjs",
"validate:shared-scroll-skins": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/shared-scroll-skins-v3.json",
"validate:page-backgrounds": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/page-backgrounds-v3.json",
"validate:g01-state-frame": "node scripts/validate-asset-build-manifest.mjs design-pipeline/manifests/g01-state-frame-v3.json",
"validate:runtime-assets": "node scripts/validate-runtime-asset-inventory.mjs design-pipeline/manifests/runtime-assets.json",
"build:shared-scroll-skins": "node scripts/build-shared-scroll-skins.mjs",
"verify:shared-scroll-skins": "node scripts/verify-shared-scroll-skins.mjs",
"build:page-backgrounds": "node scripts/build-raster-assets.mjs design-pipeline/manifests/page-backgrounds-v3.json",
"build:g01-state-frame": "node scripts/build-raster-assets.mjs design-pipeline/manifests/g01-state-frame-v3.json"
}
}